api documentation for three (v0.84.0)

JavaScript 3D library

table of contents

  1. module three
    1. function three.AmbientLight ( color, intensity )
    2. function three.AnimationClip ( name, duration, tracks )
    3. function three.AnimationClip.CreateClipsFromMorphTargetSequences ( morphTargets, fps, noLoop )
    4. function three.AnimationClip.CreateFromMorphTargetSequence ( name, morphTargetSequence, fps, noLoop )
    5. function three.AnimationClip.findByName ( objectOrClipArray, name )
    6. function three.AnimationClip.parse ( json )
    7. function three.AnimationClip.parseAnimation ( animation, bones )
    8. function three.AnimationClip.prototype.optimize ()
    9. function three.AnimationClip.prototype.resetDuration ()
    10. function three.AnimationClip.prototype.trim ()
    11. function three.AnimationClip.toJSON ( clip )
    12. function three.AnimationMixer ( root )
    13. function three.AnimationMixer.prototype._activateAction ( action )
    14. function three.AnimationMixer.prototype._addInactiveAction ( action, clipUuid, rootUuid )
    15. function three.AnimationMixer.prototype._addInactiveBinding ( binding, rootUuid, trackName )
    16. function three.AnimationMixer.prototype._bindAction ( action, prototypeAction )
    17. function three.AnimationMixer.prototype._deactivateAction ( action )
    18. function three.AnimationMixer.prototype._initMemoryManager ()
    19. function three.AnimationMixer.prototype._isActiveAction ( action )
    20. function three.AnimationMixer.prototype._lendAction ( action )
    21. function three.AnimationMixer.prototype._lendBinding ( binding )
    22. function three.AnimationMixer.prototype._lendControlInterpolant ()
    23. function three.AnimationMixer.prototype._removeInactiveAction ( action )
    24. function three.AnimationMixer.prototype._removeInactiveBinding ( binding )
    25. function three.AnimationMixer.prototype._removeInactiveBindingsForAction ( action )
    26. function three.AnimationMixer.prototype._takeBackAction ( action )
    27. function three.AnimationMixer.prototype._takeBackBinding ( binding )
    28. function three.AnimationMixer.prototype._takeBackControlInterpolant ( interpolant )
    29. function three.AnimationMixer.prototype.addEventListener ( type, listener )
    30. function three.AnimationMixer.prototype.clipAction ( clip, optionalRoot )
    31. function three.AnimationMixer.prototype.dispatchEvent ( event )
    32. function three.AnimationMixer.prototype.existingAction ( clip, optionalRoot )
    33. function three.AnimationMixer.prototype.getRoot ()
    34. function three.AnimationMixer.prototype.hasEventListener ( type, listener )
    35. function three.AnimationMixer.prototype.removeEventListener ( type, listener )
    36. function three.AnimationMixer.prototype.stopAllAction ()
    37. function three.AnimationMixer.prototype.uncacheAction ( clip, optionalRoot )
    38. function three.AnimationMixer.prototype.uncacheClip ( clip )
    39. function three.AnimationMixer.prototype.uncacheRoot ( root )
    40. function three.AnimationMixer.prototype.update ( deltaTime )
    41. function three.AnimationObjectGroup ( var_args )
    42. function three.AnimationObjectGroup.prototype.add ( var_args )
    43. function three.AnimationObjectGroup.prototype.remove ( var_args )
    44. function three.AnimationObjectGroup.prototype.subscribe_ ( path, parsedPath )
    45. function three.AnimationObjectGroup.prototype.uncache ( var_args )
    46. function three.AnimationObjectGroup.prototype.unsubscribe_ ( path )
    47. function three.AnimationUtils.arraySlice ( array, from, to )
    48. function three.AnimationUtils.convertArray ( array, type, forceClone )
    49. function three.AnimationUtils.flattenJSON ( jsonKeys, times, values, valuePropertyName )
    50. function three.AnimationUtils.getKeyframeOrder ( times )
    51. function three.AnimationUtils.isTypedArray ( object )
    52. function three.AnimationUtils.sortedArray ( values, stride, order )
    53. function three.ArcCurve ( aX, aY, aRadius, aStartAngle, aEndAngle, aClockwise )
    54. function three.ArrowHelper ( dir, origin, length, color, headLength, headWidth )
    55. function three.ArrowHelper.prototype.setColor ( color )
    56. function three.ArrowHelper.prototype.setDirection ( dir )
    57. function three.ArrowHelper.prototype.setLength ( length, headLength, headWidth )
    58. function three.Audio ( listener )
    59. function three.Audio.prototype.connect ()
    60. function three.Audio.prototype.disconnect ()
    61. function three.Audio.prototype.getFilter ()
    62. function three.Audio.prototype.getFilters ()
    63. function three.Audio.prototype.getLoop ()
    64. function three.Audio.prototype.getOutput ()
    65. function three.Audio.prototype.getPlaybackRate ()
    66. function three.Audio.prototype.getVolume ()
    67. function three.Audio.prototype.load ( file )
    68. function three.Audio.prototype.onEnded ()
    69. function three.Audio.prototype.pause ()
    70. function three.Audio.prototype.play ()
    71. function three.Audio.prototype.setBuffer ( audioBuffer )
    72. function three.Audio.prototype.setFilter ( filter )
    73. function three.Audio.prototype.setFilters ( value )
    74. function three.Audio.prototype.setLoop ( value )
    75. function three.Audio.prototype.setNodeSource ( audioNode )
    76. function three.Audio.prototype.setPlaybackRate ( value )
    77. function three.Audio.prototype.setVolume ( value )
    78. function three.Audio.prototype.stop ()
    79. function three.AudioAnalyser ( audio, fftSize )
    80. function three.AudioAnalyser.prototype.getAverageFrequency ()
    81. function three.AudioAnalyser.prototype.getData ()
    82. function three.AudioAnalyser.prototype.getFrequencyData ()
    83. function three.AudioContext.getContext ()
    84. function three.AudioContext.setContext ( value )
    85. function three.AudioListener ()
    86. function three.AudioListener.prototype.getFilter ()
    87. function three.AudioListener.prototype.getInput ()
    88. function three.AudioListener.prototype.getMasterVolume ()
    89. function three.AudioListener.prototype.removeFilter ( )
    90. function three.AudioListener.prototype.setFilter ( value )
    91. function three.AudioListener.prototype.setMasterVolume ( value )
    92. function three.AudioListener.prototype.updateMatrixWorld ( force )
    93. function three.AudioLoader ( manager )
    94. function three.AudioLoader.prototype.load ( url, onLoad, onProgress, onError )
    95. function three.AxisHelper ( size )
    96. function three.BinaryTextureLoader ( manager )
    97. function three.Bone ()
    98. function three.BooleanKeyframeTrack ( name, times, values )
    99. function three.BooleanKeyframeTrack.prototype.ValueBufferType ()
    100. function three.BoundingBoxHelper ( object, color )
    101. function three.Box2 ( min, max )
    102. function three.Box2.prototype.center ( optionalTarget )
    103. function three.Box2.prototype.clampPoint ( point, optionalTarget )
    104. function three.Box2.prototype.clone ()
    105. function three.Box2.prototype.containsBox ( box )
    106. function three.Box2.prototype.containsPoint ( point )
    107. function three.Box2.prototype.copy ( box )
    108. function three.Box2.prototype.distanceToPoint ( point )
    109. function three.Box2.prototype.empty ()
    110. function three.Box2.prototype.equals ( box )
    111. function three.Box2.prototype.expandByPoint ( point )
    112. function three.Box2.prototype.expandByScalar ( scalar )
    113. function three.Box2.prototype.expandByVector ( vector )
    114. function three.Box2.prototype.getCenter ( optionalTarget )
    115. function three.Box2.prototype.getParameter ( point, optionalTarget )
    116. function three.Box2.prototype.getSize ( optionalTarget )
    117. function three.Box2.prototype.intersect ( box )
    118. function three.Box2.prototype.intersectsBox ( box )
    119. function three.Box2.prototype.isEmpty ()
    120. function three.Box2.prototype.isIntersectionBox ( box )
    121. function three.Box2.prototype.makeEmpty ()
    122. function three.Box2.prototype.set ( min, max )
    123. function three.Box2.prototype.setFromCenterAndSize ( center, size )
    124. function three.Box2.prototype.setFromPoints ( points )
    125. function three.Box2.prototype.size ( optionalTarget )
    126. function three.Box2.prototype.translate ( offset )
    127. function three.Box2.prototype.union ( box )
    128. function three.Box3 ( min, max )
    129. function three.Box3.prototype.applyMatrix4 ( matrix )
    130. function three.Box3.prototype.center ( optionalTarget )
    131. function three.Box3.prototype.clampPoint ( point, optionalTarget )
    132. function three.Box3.prototype.clone ()
    133. function three.Box3.prototype.containsBox ( box )
    134. function three.Box3.prototype.containsPoint ( point )
    135. function three.Box3.prototype.copy ( box )
    136. function three.Box3.prototype.distanceToPoint ( point )
    137. function three.Box3.prototype.empty ()
    138. function three.Box3.prototype.equals ( box )
    139. function three.Box3.prototype.expandByObject ( object )
    140. function three.Box3.prototype.expandByPoint ( point )
    141. function three.Box3.prototype.expandByScalar ( scalar )
    142. function three.Box3.prototype.expandByVector ( vector )
    143. function three.Box3.prototype.getBoundingSphere ( optionalTarget )
    144. function three.Box3.prototype.getCenter ( optionalTarget )
    145. function three.Box3.prototype.getParameter ( point, optionalTarget )
    146. function three.Box3.prototype.getSize ( optionalTarget )
    147. function three.Box3.prototype.intersect ( box )
    148. function three.Box3.prototype.intersectsBox ( box )
    149. function three.Box3.prototype.intersectsPlane ( plane )
    150. function three.Box3.prototype.intersectsSphere ( sphere )
    151. function three.Box3.prototype.isEmpty ()
    152. function three.Box3.prototype.isIntersectionBox ( box )
    153. function three.Box3.prototype.isIntersectionSphere ( sphere )
    154. function three.Box3.prototype.makeEmpty ()
    155. function three.Box3.prototype.set ( min, max )
    156. function three.Box3.prototype.setFromArray ( array )
    157. function three.Box3.prototype.setFromBufferAttribute ( attribute )
    158. function three.Box3.prototype.setFromCenterAndSize ( center, size )
    159. function three.Box3.prototype.setFromObject ( object )
    160. function three.Box3.prototype.setFromPoints ( points )
    161. function three.Box3.prototype.size ( optionalTarget )
    162. function three.Box3.prototype.translate ( offset )
    163. function three.Box3.prototype.union ( box )
    164. function three.BoxBufferGeometry ( width, height, depth, widthSegments, heightSegments, depthSegments )
    165. function three.BoxGeometry ( width, height, depth, widthSegments, heightSegments, depthSegments )
    166. function three.BoxHelper ( object, color )
    167. function three.BoxHelper.prototype.update ( object )
    168. function three.BufferAttribute ( array, itemSize, normalized )
    169. function three.BufferAttribute.prototype.clone ()
    170. function three.BufferAttribute.prototype.copy ( source )
    171. function three.BufferAttribute.prototype.copyArray ( array )
    172. function three.BufferAttribute.prototype.copyAt ( index1, attribute, index2 )
    173. function three.BufferAttribute.prototype.copyColorsArray ( colors )
    174. function three.BufferAttribute.prototype.copyIndicesArray ( indices )
    175. function three.BufferAttribute.prototype.copyVector2sArray ( vectors )
    176. function three.BufferAttribute.prototype.copyVector3sArray ( vectors )
    177. function three.BufferAttribute.prototype.copyVector4sArray ( vectors )
    178. function three.BufferAttribute.prototype.getW ( index )
    179. function three.BufferAttribute.prototype.getX ( index )
    180. function three.BufferAttribute.prototype.getY ( index )
    181. function three.BufferAttribute.prototype.getZ ( index )
    182. function three.BufferAttribute.prototype.onUpload ( callback )
    183. function three.BufferAttribute.prototype.set ( value, offset )
    184. function three.BufferAttribute.prototype.setArray ( array )
    185. function three.BufferAttribute.prototype.setDynamic ( value )
    186. function three.BufferAttribute.prototype.setW ( index, w )
    187. function three.BufferAttribute.prototype.setX ( index, x )
    188. function three.BufferAttribute.prototype.setXY ( index, x, y )
    189. function three.BufferAttribute.prototype.setXYZ ( index, x, y, z )
    190. function three.BufferAttribute.prototype.setXYZW ( index, x, y, z, w )
    191. function three.BufferAttribute.prototype.setY ( index, y )
    192. function three.BufferAttribute.prototype.setZ ( index, z )
    193. function three.BufferGeometry ()
    194. function three.BufferGeometry.prototype.addAttribute ( name, attribute )
    195. function three.BufferGeometry.prototype.addDrawCall ( start, count, indexOffset )
    196. function three.BufferGeometry.prototype.addGroup ( start, count, materialIndex )
    197. function three.BufferGeometry.prototype.addIndex ( index )
    198. function three.BufferGeometry.prototype.applyMatrix ( matrix )
    199. function three.BufferGeometry.prototype.center ()
    200. function three.BufferGeometry.prototype.clearDrawCalls ()
    201. function three.BufferGeometry.prototype.clearGroups ()
    202. function three.BufferGeometry.prototype.clone ()
    203. function three.BufferGeometry.prototype.computeBoundingBox ()
    204. function three.BufferGeometry.prototype.computeBoundingSphere ()
    205. function three.BufferGeometry.prototype.computeFaceNormals ()
    206. function three.BufferGeometry.prototype.computeOffsets ()
    207. function three.BufferGeometry.prototype.computeTangents ()
    208. function three.BufferGeometry.prototype.computeVertexNormals ()
    209. function three.BufferGeometry.prototype.copy ( source )
    210. function three.BufferGeometry.prototype.dispose ()
    211. function three.BufferGeometry.prototype.fromDirectGeometry ( geometry )
    212. function three.BufferGeometry.prototype.fromGeometry ( geometry )
    213. function three.BufferGeometry.prototype.getAttribute ( name )
    214. function three.BufferGeometry.prototype.getIndex ()
    215. function three.BufferGeometry.prototype.lookAt ( vector )
    216. function three.BufferGeometry.prototype.merge ( geometry, offset )
    217. function three.BufferGeometry.prototype.normalizeNormals ()
    218. function three.BufferGeometry.prototype.removeAttribute ( name )
    219. function three.BufferGeometry.prototype.rotateX ( angle )
    220. function three.BufferGeometry.prototype.rotateY ( angle )
    221. function three.BufferGeometry.prototype.rotateZ ( angle )
    222. function three.BufferGeometry.prototype.scale ( x, y, z )
    223. function three.BufferGeometry.prototype.setDrawRange ( start, count )
    224. function three.BufferGeometry.prototype.setFromObject ( object )
    225. function three.BufferGeometry.prototype.setIndex ( index )
    226. function three.BufferGeometry.prototype.toJSON ()
    227. function three.BufferGeometry.prototype.toNonIndexed ()
    228. function three.BufferGeometry.prototype.translate ( x, y, z )
    229. function three.BufferGeometry.prototype.updateFromObject ( object )
    230. function three.BufferGeometryLoader ( manager )
    231. function three.BufferGeometryLoader.prototype.load ( url, onLoad, onProgress, onError )
    232. function three.BufferGeometryLoader.prototype.parse ( json )
    233. function three.Cache.add ( key, file )
    234. function three.Cache.clear ()
    235. function three.Cache.get ( key )
    236. function three.Cache.remove ( key )
    237. function three.Camera ()
    238. function three.Camera.prototype.clone ()
    239. function three.Camera.prototype.copy ( source )
    240. function three.Camera.prototype.getWorldDirection ( optionalTarget )
    241. function three.Camera.prototype.lookAt ( vector )
    242. function three.CameraHelper ( camera )
    243. function three.CameraHelper.prototype.update ()
    244. function three.CanvasRenderer ()
    245. function three.CanvasTexture ( canvas, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy )
    246. function three.CatmullRomCurve3 ( p)
    247. function three.CatmullRomCurve3.prototype.getPoint ( t )
    248. function three.CircleBufferGeometry ( radius, segments, thetaStart, thetaLength )
    249. function three.CircleGeometry ( radius, segments, thetaStart, thetaLength )
    250. function three.Clock ( autoStart )
    251. function three.Clock.prototype.getDelta ()
    252. function three.Clock.prototype.getElapsedTime ()
    253. function three.Clock.prototype.start ()
    254. function three.Clock.prototype.stop ()
    255. function three.ClosedSplineCurve3 ( points )
    256. function three.Color ( r, g, b )
    257. function three.Color.prototype.add ( color )
    258. function three.Color.prototype.addColors ( color1, color2 )
    259. function three.Color.prototype.addScalar ( s )
    260. function three.Color.prototype.clone ()
    261. function three.Color.prototype.convertGammaToLinear ()
    262. function three.Color.prototype.convertLinearToGamma ()
    263. function three.Color.prototype.copy ( color )
    264. function three.Color.prototype.copyGammaToLinear ( color, gammaFactor )
    265. function three.Color.prototype.copyLinearToGamma ( color, gammaFactor )
    266. function three.Color.prototype.equals ( c )
    267. function three.Color.prototype.fromArray ( array, offset )
    268. function three.Color.prototype.getHSL ( optionalTarget )
    269. function three.Color.prototype.getHex ()
    270. function three.Color.prototype.getHexString ()
    271. function three.Color.prototype.getStyle ()
    272. function three.Color.prototype.lerp ( color, alpha )
    273. function three.Color.prototype.multiply ( color )
    274. function three.Color.prototype.multiplyScalar ( s )
    275. function three.Color.prototype.offsetHSL ( h, s, l )
    276. function three.Color.prototype.set ( value )
    277. function three.Color.prototype.setHSL ( h, s, l )
    278. function three.Color.prototype.setHex ( hex )
    279. function three.Color.prototype.setRGB ( r, g, b )
    280. function three.Color.prototype.setScalar ( scalar )
    281. function three.Color.prototype.setStyle ( style )
    282. function three.Color.prototype.sub ( color )
    283. function three.Color.prototype.toArray ( array, offset )
    284. function three.Color.prototype.toJSON ()
    285. function three.ColorKeyframeTrack ( name, times, values, interpolation )
    286. function three.CompressedTexture ( mipmaps, width, height, format, type, mapping, wrapS, wrapT, magFilter, minFilter, anisotropy, encoding )
    287. function three.CompressedTextureLoader ( manager )
    288. function three.CompressedTextureLoader.prototype.load ( url, onLoad, onProgress, onError )
    289. function three.CompressedTextureLoader.prototype.setPath ( value )
    290. function three.ConeBufferGeometry ( radius, height, radialSegments, heightSegments, openEnded, thetaStart, thetaLength )
    291. function three.ConeGeometry ( radius, height, radialSegments, heightSegments, openEnded, thetaStart, thetaLength )
    292. function three.CubeCamera ( near, far, cubeResolution )
    293. function three.CubeGeometry ( width, height, depth, widthSegments, heightSegments, depthSegments )
    294. function three.CubeTexture ( images, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy, encoding )
    295. function three.CubeTextureLoader ( manager )
    296. function three.CubeTextureLoader.prototype.load ( urls, onLoad, onProgress, onError )
    297. function three.CubeTextureLoader.prototype.setCrossOrigin ( value )
    298. function three.CubeTextureLoader.prototype.setPath ( value )
    299. function three.CubicBezierCurve ( v0, v1, v2, v3 )
    300. function three.CubicBezierCurve.prototype.getPoint ( t )
    301. function three.CubicBezierCurve3 ( v0, v1, v2, v3 )
    302. function three.CubicBezierCurve3.prototype.getPoint ( t )
    303. function three.CubicInterpolant ( parameterPositions, sampleValues, sampleSize, resultBuffer )
    304. function three.CubicInterpolant.prototype.interpolate_ ( i1, t0, t, t1 )
    305. function three.CubicInterpolant.prototype.intervalChanged_ ( i1, t0, t1 )
    306. function three.Curve ()
    307. function three.Curve.create ( construct, getPoint )
    308. function three.Curve.prototype.computeFrenetFrames ( segments, closed )
    309. function three.Curve.prototype.getLength ()
    310. function three.Curve.prototype.getLengths ( divisions )
    311. function three.Curve.prototype.getPoint ( t )
    312. function three.Curve.prototype.getPointAt ( u )
    313. function three.Curve.prototype.getPoints ( divisions )
    314. function three.Curve.prototype.getSpacedPoints ( divisions )
    315. function three.Curve.prototype.getTangent ( t )
    316. function three.Curve.prototype.getTangentAt ( u )
    317. function three.Curve.prototype.getUtoTmapping ( u, distance )
    318. function three.Curve.prototype.updateArcLengths ()
    319. function three.CurvePath ()
    320. function three.CurvePath.prototype.add ( curve )
    321. function three.CurvePath.prototype.closePath ()
    322. function three.CurvePath.prototype.createGeometry ( points )
    323. function three.CurvePath.prototype.createPointsGeometry ( divisions )
    324. function three.CurvePath.prototype.createSpacedPointsGeometry ( divisions )
    325. function three.CurvePath.prototype.getCurveLengths ()
    326. function three.CurvePath.prototype.getLength ()
    327. function three.CurvePath.prototype.getPoint ( t )
    328. function three.CurvePath.prototype.getPoints ( divisions )
    329. function three.CurvePath.prototype.getSpacedPoints ( divisions )
    330. function three.CurvePath.prototype.updateArcLengths ()
    331. function three.CylinderBufferGeometry ( radiusTop, radiusBottom, height, radialSegments, heightSegments, openEnded, thetaStart, thetaLength )
    332. function three.CylinderGeometry ( radiusTop, radiusBottom, height, radialSegments, heightSegments, openEnded, thetaStart, thetaLength )
    333. function three.Cylindrical ( radius, theta, y )
    334. function three.Cylindrical.prototype.clone ()
    335. function three.Cylindrical.prototype.copy ( other )
    336. function three.Cylindrical.prototype.set ( radius, theta, y )
    337. function three.Cylindrical.prototype.setFromVector3 ( vec3 )
    338. function three.DataTexture ( data, width, height, format, type, mapping, wrapS, wrapT, magFilter, minFilter, anisotropy, encoding )
    339. function three.DataTextureLoader ( manager )
    340. function three.DataTextureLoader.prototype.load ( url, onLoad, onProgress, onError )
    341. function three.DefaultLoadingManager.itemEnd ( url )
    342. function three.DefaultLoadingManager.itemError ( url )
    343. function three.DefaultLoadingManager.itemStart ( url )
    344. function three.DepthTexture ( width, height, type, mapping, wrapS, wrapT, magFilter, minFilter, anisotropy, format )
    345. function three.DirectionalLight ( color, intensity )
    346. function three.DirectionalLight.prototype.copy ( source )
    347. function three.DirectionalLightHelper ( light, size )
    348. function three.DirectionalLightHelper.prototype.dispose ()
    349. function three.DirectionalLightHelper.prototype.update ()
    350. function three.DirectionalLightShadow ( )
    351. function three.DiscreteInterpolant ( parameterPositions, sampleValues, sampleSize, resultBuffer )
    352. function three.DiscreteInterpolant.prototype.interpolate_ ( i1, t0, t, t1 )
    353. function three.DodecahedronBufferGeometry ( radius, detail )
    354. function three.DodecahedronGeometry ( radius, detail )
    355. function three.DynamicBufferAttribute ( array, itemSize )
    356. function three.EdgesGeometry ( geometry, thresholdAngle )
    357. function three.EdgesHelper ( object, hex )
    358. function three.EllipseCurve ( aX, aY, xRadius, yRadius, aStartAngle, aEndAngle, aClockwise, aRotation )
    359. function three.EllipseCurve.prototype.getPoint ( t )
    360. function three.Euler ( x, y, z, order )
    361. function three.Euler.prototype.clone ()
    362. function three.Euler.prototype.copy ( euler )
    363. function three.Euler.prototype.equals ( euler )
    364. function three.Euler.prototype.fromArray ( array )
    365. function three.Euler.prototype.onChange ( callback )
    366. function three.Euler.prototype.onChangeCallback ()
    367. function three.Euler.prototype.reorder ( newOrder )
    368. function three.Euler.prototype.set ( x, y, z, order )
    369. function three.Euler.prototype.setFromQuaternion ( q, order, update )
    370. function three.Euler.prototype.setFromRotationMatrix ( m, order, update )
    371. function three.Euler.prototype.setFromVector3 ( v, order )
    372. function three.Euler.prototype.toArray ( array, offset )
    373. function three.Euler.prototype.toVector3 ( optionalResult )
    374. function three.EventDispatcher ()
    375. function three.ExtrudeGeometry ( shapes, options )
    376. function three.ExtrudeGeometry.prototype.addShape ( shape, options )
    377. function three.ExtrudeGeometry.prototype.addShapeList ( shapes, options )
    378. function three.Face3 ( a, b, c, normal, color, materialIndex )
    379. function three.Face3.prototype.clone ()
    380. function three.Face3.prototype.copy ( source )
    381. function three.Face4 ( a, b, c, d, normal, color, materialIndex )
    382. function three.FaceNormalsHelper ( object, size, hex, linewidth )
    383. function three.FaceNormalsHelper.prototype.update ()
    384. function three.FileLoader ( manager )
    385. function three.FileLoader.prototype.load ( url, onLoad, onProgress, onError )
    386. function three.FileLoader.prototype.setMimeType ( value )
    387. function three.FileLoader.prototype.setPath ( value )
    388. function three.FileLoader.prototype.setResponseType ( value )
    389. function three.FileLoader.prototype.setWithCredentials ( value )
    390. function three.Float32Attribute ( array, itemSize )
    391. function three.Float32BufferAttribute ( array, itemSize )
    392. function three.Float64Attribute ( array, itemSize )
    393. function three.Float64BufferAttribute ( array, itemSize )
    394. function three.Fog ( color, near, far )
    395. function three.Fog.prototype.clone ()
    396. function three.Fog.prototype.toJSON ( meta )
    397. function three.FogExp2 ( color, density )
    398. function three.FogExp2.prototype.clone ()
    399. function three.FogExp2.prototype.toJSON ( meta )
    400. function three.Font ( data )
    401. function three.Font.prototype.generateShapes ( text, size, divisions )
    402. function three.FontLoader ( manager )
    403. function three.FontLoader.prototype.load ( url, onLoad, onProgress, onError )
    404. function three.FontLoader.prototype.parse ( json )
    405. function three.Frustum ( p0, p1, p2, p3, p4, p5 )
    406. function three.Frustum.prototype.clone ()
    407. function three.Frustum.prototype.containsPoint ( point )
    408. function three.Frustum.prototype.copy ( frustum )
    409. function three.Frustum.prototype.intersectsBox ( box )
    410. function three.Frustum.prototype.intersectsObject ( object )
    411. function three.Frustum.prototype.intersectsSphere ( sphere )
    412. function three.Frustum.prototype.intersectsSprite ( sprite )
    413. function three.Frustum.prototype.set ( p0, p1, p2, p3, p4, p5 )
    414. function three.Frustum.prototype.setFromMatrix ( m )
    415. function three.Geometry ()
    416. function three.Geometry.prototype.applyMatrix ( matrix )
    417. function three.Geometry.prototype.center ()
    418. function three.Geometry.prototype.clone ()
    419. function three.Geometry.prototype.computeBoundingBox ()
    420. function three.Geometry.prototype.computeBoundingSphere ()
    421. function three.Geometry.prototype.computeFaceNormals ()
    422. function three.Geometry.prototype.computeFlatVertexNormals ()
    423. function three.Geometry.prototype.computeLineDistances ()
    424. function three.Geometry.prototype.computeMorphNormals ()
    425. function three.Geometry.prototype.computeTangents ()
    426. function three.Geometry.prototype.computeVertexNormals ( areaWeighted )
    427. function three.Geometry.prototype.copy ( source )
    428. function three.Geometry.prototype.dispose ()
    429. function three.Geometry.prototype.fromBufferGeometry ( geometry )
    430. function three.Geometry.prototype.lookAt ( vector )
    431. function three.Geometry.prototype.merge ( geometry, matrix, materialIndexOffset )
    432. function three.Geometry.prototype.mergeMesh ( mesh )
    433. function three.Geometry.prototype.mergeVertices ()
    434. function three.Geometry.prototype.normalize ()
    435. function three.Geometry.prototype.rotateX ( angle )
    436. function three.Geometry.prototype.rotateY ( angle )
    437. function three.Geometry.prototype.rotateZ ( angle )
    438. function three.Geometry.prototype.scale ( x, y, z )
    439. function three.Geometry.prototype.sortFacesByMaterialIndex ()
    440. function three.Geometry.prototype.toJSON ()
    441. function three.Geometry.prototype.translate ( x, y, z )
    442. function three.GeometryIdCount ()
    443. function three.GeometryUtils.center ( geometry )
    444. function three.GeometryUtils.merge ( geometry1, geometry2, materialIndexOffset )
    445. function three.GridHelper ( size, divisions, color1, color2 )
    446. function three.GridHelper.prototype.setColors ()
    447. function three.Group ()
    448. function three.HemisphereLight ( skyColor, groundColor, intensity )
    449. function three.HemisphereLight.prototype.copy ( source )
    450. function three.HemisphereLightHelper ( light, size )
    451. function three.HemisphereLightHelper.prototype.dispose ()
    452. function three.HemisphereLightHelper.prototype.update ()
    453. function three.IcosahedronBufferGeometry ( radius, detail )
    454. function three.IcosahedronGeometry ( radius, detail )
    455. function three.ImageLoader ( manager )
    456. function three.ImageLoader.prototype.load ( url, onLoad, onProgress, onError )
    457. function three.ImageLoader.prototype.setCrossOrigin ( value )
    458. function three.ImageLoader.prototype.setPath ( value )
    459. function three.ImageUtils.loadCompressedTexture ()
    460. function three.ImageUtils.loadCompressedTextureCube ()
    461. function three.ImageUtils.loadTexture ( url, mapping, onLoad, onError )
    462. function three.ImageUtils.loadTextureCube ( urls, mapping, onLoad, onError )
    463. function three.ImmediateRenderObject ( material )
    464. function three.InstancedBufferAttribute ( array, itemSize, meshPerAttribute )
    465. function three.InstancedBufferAttribute.prototype.copy ( source )
    466. function three.InstancedBufferGeometry ()
    467. function three.InstancedBufferGeometry.prototype.addGroup ( start, count, materialIndex )
    468. function three.InstancedBufferGeometry.prototype.copy ( source )
    469. function three.InstancedInterleavedBuffer ( array, stride, meshPerAttribute )
    470. function three.InstancedInterleavedBuffer.prototype.copy ( source )
    471. function three.Int16Attribute ( array, itemSize )
    472. function three.Int16BufferAttribute ( array, itemSize )
    473. function three.Int32Attribute ( array, itemSize )
    474. function three.Int32BufferAttribute ( array, itemSize )
    475. function three.Int8Attribute ( array, itemSize )
    476. function three.Int8BufferAttribute ( array, itemSize )
    477. function three.InterleavedBuffer ( array, stride )
    478. function three.InterleavedBuffer.prototype.clone ()
    479. function three.InterleavedBuffer.prototype.copy ( source )
    480. function three.InterleavedBuffer.prototype.copyAt ( index1, attribute, index2 )
    481. function three.InterleavedBuffer.prototype.onUpload ( callback )
    482. function three.InterleavedBuffer.prototype.set ( value, offset )
    483. function three.InterleavedBuffer.prototype.setArray ( array )
    484. function three.InterleavedBuffer.prototype.setDynamic ( value )
    485. function three.InterleavedBufferAttribute ( interleavedBuffer, itemSize, offset, normalized )
    486. function three.InterleavedBufferAttribute.prototype.getW ( index )
    487. function three.InterleavedBufferAttribute.prototype.getX ( index )
    488. function three.InterleavedBufferAttribute.prototype.getY ( index )
    489. function three.InterleavedBufferAttribute.prototype.getZ ( index )
    490. function three.InterleavedBufferAttribute.prototype.setW ( index, w )
    491. function three.InterleavedBufferAttribute.prototype.setX ( index, x )
    492. function three.InterleavedBufferAttribute.prototype.setXY ( index, x, y )
    493. function three.InterleavedBufferAttribute.prototype.setXYZ ( index, x, y, z )
    494. function three.InterleavedBufferAttribute.prototype.setXYZW ( index, x, y, z, w )
    495. function three.InterleavedBufferAttribute.prototype.setY ( index, y )
    496. function three.InterleavedBufferAttribute.prototype.setZ ( index, z )
    497. function three.Interpolant ( parameterPositions, sampleValues, sampleSize, resultBuffer )
    498. function three.Interpolant.prototype.copySampleValue_ ( index )
    499. function three.Interpolant.prototype.evaluate ( t )
    500. function three.Interpolant.prototype.getSettings_ ()
    501. function three.Interpolant.prototype.interpolate_ ( i1, t0, t, t1 )
    502. function three.Interpolant.prototype.intervalChanged_ ( i1, t0, t1 )
    503. function three.JSONLoader ( manager )
    504. function three.JSONLoader.prototype.load ( url, onLoad, onProgress, onError )
    505. function three.JSONLoader.prototype.parse ( json, texturePath )
    506. function three.JSONLoader.prototype.setTexturePath ( value )
    507. function three.KeyframeTrack ( name, times, values, interpolation )
    508. function three.KeyframeTrack._getTrackTypeForValueTypeName ( typeName )
    509. function three.KeyframeTrack.parse ( json )
    510. function three.KeyframeTrack.prototype.InterpolantFactoryMethodDiscrete ( result )
    511. function three.KeyframeTrack.prototype.InterpolantFactoryMethodLinear ( result )
    512. function three.KeyframeTrack.prototype.InterpolantFactoryMethodSmooth ( result )
    513. function three.KeyframeTrack.prototype.TimeBufferType ()
    514. function three.KeyframeTrack.prototype.getInterpolation ()
    515. function three.KeyframeTrack.prototype.getValueSize ()
    516. function three.KeyframeTrack.prototype.optimize ()
    517. function three.KeyframeTrack.prototype.scale ( timeScale )
    518. function three.KeyframeTrack.prototype.setInterpolation ( interpolation )
    519. function three.KeyframeTrack.prototype.shift ( timeOffset )
    520. function three.KeyframeTrack.prototype.trim ( startTime, endTime )
    521. function three.KeyframeTrack.prototype.validate ()
    522. function three.KeyframeTrack.toJSON ( track )
    523. function three.LOD ()
    524. function three.LOD.prototype.addLevel ( object, distance )
    525. function three.LOD.prototype.copy ( source )
    526. function three.LOD.prototype.getObjectForDistance ( distance )
    527. function three.LOD.prototype.raycast ( raycaster, intersects )
    528. function three.LOD.prototype.toJSON ( meta )
    529. function three.LOD.prototype.update ( camera )
    530. function three.LatheBufferGeometry ( points, segments, phiStart, phiLength )
    531. function three.LatheGeometry ( points, segments, phiStart, phiLength )
    532. function three.Layers ()
    533. function three.Layers.prototype.disable ( channel )
    534. function three.Layers.prototype.enable ( channel )
    535. function three.Layers.prototype.set ( channel )
    536. function three.Layers.prototype.test ( layers )
    537. function three.Layers.prototype.toggle ( channel )
    538. function three.LensFlare ( texture, size, distance, blending, color )
    539. function three.LensFlare.prototype.add ( texture, size, distance, blending, color, opacity )
    540. function three.LensFlare.prototype.copy ( source )
    541. function three.LensFlare.prototype.updateLensFlares ()
    542. function three.Light ( color, intensity )
    543. function three.Light.prototype.copy ( source )
    544. function three.Light.prototype.toJSON ( meta )
    545. function three.LightShadow ( camera )
    546. function three.LightShadow.prototype.clone ()
    547. function three.LightShadow.prototype.copy ( source )
    548. function three.LightShadow.prototype.toJSON ()
    549. function three.Line ( geometry, material, mode )
    550. function three.Line.prototype.clone ()
    551. function three.Line.prototype.raycast ( raycaster, intersects )
    552. function three.Line3 ( start, end )
    553. function three.Line3.prototype.applyMatrix4 ( matrix )
    554. function three.Line3.prototype.at ( t, optionalTarget )
    555. function three.Line3.prototype.center ( optionalTarget )
    556. function three.Line3.prototype.clone ()
    557. function three.Line3.prototype.closestPointToPoint ( point, clampToLine, optionalTarget )
    558. function three.Line3.prototype.closestPointToPointParameter ( point, clampToLine )
    559. function three.Line3.prototype.copy ( line )
    560. function three.Line3.prototype.delta ( optionalTarget )
    561. function three.Line3.prototype.distance ()
    562. function three.Line3.prototype.distanceSq ()
    563. function three.Line3.prototype.equals ( line )
    564. function three.Line3.prototype.getCenter ( optionalTarget )
    565. function three.Line3.prototype.set ( start, end )
    566. function three.LineBasicMaterial ( parameters )
    567. function three.LineBasicMaterial.prototype.copy ( source )
    568. function three.LineCurve ( v1, v2 )
    569. function three.LineCurve.prototype.getPoint ( t )
    570. function three.LineCurve.prototype.getPointAt ( u )
    571. function three.LineCurve.prototype.getTangent ( t )
    572. function three.LineCurve3 ( v1, v2 )
    573. function three.LineCurve3.prototype.getPoint ( t )
    574. function three.LineDashedMaterial ( parameters )
    575. function three.LineDashedMaterial.prototype.copy ( source )
    576. function three.LineSegments ( geometry, material )
    577. function three.LinearInterpolant ( parameterPositions, sampleValues, sampleSize, resultBuffer )
    578. function three.LinearInterpolant.prototype.interpolate_ ( i1, t0, t, t1 )
    579. function three.Loader ()
    580. function three.Loader.prototype.createMaterial ( m, texturePath, crossOrigin )
    581. function three.Loader.prototype.extractUrlBase ( url )
    582. function three.Loader.prototype.initMaterials ( materials, texturePath, crossOrigin )
    583. function three.LoadingManager ( onLoad, onProgress, onError )
    584. function three.Material ()
    585. function three.Material.prototype.clone ()
    586. function three.Material.prototype.copy ( source )
    587. function three.Material.prototype.dispose ()
    588. function three.Material.prototype.setValues ( values )
    589. function three.Material.prototype.toJSON ( meta )
    590. function three.Material.prototype.update ()
    591. function three.MaterialLoader ( manager )
    592. function three.MaterialLoader.prototype.load ( url, onLoad, onProgress, onError )
    593. function three.MaterialLoader.prototype.parse ( json )
    594. function three.MaterialLoader.prototype.setTextures ( value )
    595. function three.Math.clamp ( value, min, max )
    596. function three.Math.degToRad ( degrees )
    597. function three.Math.euclideanModulo ( n, m )
    598. function three.Math.generateUUID ()
    599. function three.Math.isPowerOfTwo ( value )
    600. function three.Math.lerp ( x, y, t )
    601. function three.Math.mapLinear ( x, a1, a2, b1, b2 )
    602. function three.Math.nearestPowerOfTwo ( value )
    603. function three.Math.nextPowerOfTwo ( value )
    604. function three.Math.radToDeg ( radians )
    605. function three.Math.randFloat ( low, high )
    606. function three.Math.randFloatSpread ( range )
    607. function three.Math.randInt ( low, high )
    608. function three.Math.random16 ()
    609. function three.Math.smootherstep ( x, min, max )
    610. function three.Math.smoothstep ( x, min, max )
    611. function three.Matrix3 ()
    612. function three.Matrix3.prototype.applyToBuffer ( buffer, offset, length )
    613. function three.Matrix3.prototype.applyToBufferAttribute ( attribute )
    614. function three.Matrix3.prototype.applyToVector3Array ( array, offset, length )
    615. function three.Matrix3.prototype.clone ()
    616. function three.Matrix3.prototype.copy ( m )
    617. function three.Matrix3.prototype.determinant ()
    618. function three.Matrix3.prototype.flattenToArrayOffset ( array, offset )
    619. function three.Matrix3.prototype.fromArray ( array, offset )
    620. function three.Matrix3.prototype.getInverse ( matrix, throwOnDegenerate )
    621. function three.Matrix3.prototype.getNormalMatrix ( matrix4 )
    622. function three.Matrix3.prototype.identity ()
    623. function three.Matrix3.prototype.multiplyScalar ( s )
    624. function three.Matrix3.prototype.multiplyVector3 ( vector )
    625. function three.Matrix3.prototype.multiplyVector3Array ( a )
    626. function three.Matrix3.prototype.set ( n11, n12, n13, n21, n22, n23, n31, n32, n33 )
    627. function three.Matrix3.prototype.setFromMatrix4 ( m )
    628. function three.Matrix3.prototype.toArray ( array, offset )
    629. function three.Matrix3.prototype.transpose ()
    630. function three.Matrix3.prototype.transposeIntoArray ( r )
    631. function three.Matrix4 ()
    632. function three.Matrix4.prototype.applyToBuffer ( buffer, offset, length )
    633. function three.Matrix4.prototype.applyToBufferAttribute ( attribute )
    634. function three.Matrix4.prototype.applyToVector3Array ( array, offset, length )
    635. function three.Matrix4.prototype.clone ()
    636. function three.Matrix4.prototype.compose ( position, quaternion, scale )
    637. function three.Matrix4.prototype.copy ( m )
    638. function three.Matrix4.prototype.copyPosition ( m )
    639. function three.Matrix4.prototype.crossVector ( vector )
    640. function three.Matrix4.prototype.decompose ( position, quaternion, scale )
    641. function three.Matrix4.prototype.determinant ()
    642. function three.Matrix4.prototype.equals ( matrix )
    643. function three.Matrix4.prototype.extractBasis ( xAxis, yAxis, zAxis )
    644. function three.Matrix4.prototype.extractPosition ( m )
    645. function three.Matrix4.prototype.extractRotation ( m )
    646. function three.Matrix4.prototype.flattenToArrayOffset ( array, offset )
    647. function three.Matrix4.prototype.fromArray ( array, offset )
    648. function three.Matrix4.prototype.getInverse ( m, throwOnDegenerate )
    649. function three.Matrix4.prototype.getMaxScaleOnAxis ()
    650. function three.Matrix4.prototype.getPosition ()
    651. function three.Matrix4.prototype.identity ()
    652. function three.Matrix4.prototype.lookAt ( eye, target, up )
    653. function three.Matrix4.prototype.makeBasis ( xAxis, yAxis, zAxis )
    654. function three.Matrix4.prototype.makeFrustum ( left, right, bottom, top, near, far )
    655. function three.Matrix4.prototype.makeOrthographic ( left, right, top, bottom, near, far )
    656. function three.Matrix4.prototype.makePerspective ( left, right, top, bottom, near, far )
    657. function three.Matrix4.prototype.makeRotationAxis ( axis, angle )
    658. function three.Matrix4.prototype.makeRotationFromEuler ( euler )
    659. function three.Matrix4.prototype.makeRotationFromQuaternion ( q )
    660. function three.Matrix4.prototype.makeRotationX ( theta )
    661. function three.Matrix4.prototype.makeRotationY ( theta )
    662. function three.Matrix4.prototype.makeRotationZ ( theta )
    663. function three.Matrix4.prototype.makeScale ( x, y, z )
    664. function three.Matrix4.prototype.makeShear ( x, y, z )
    665. function three.Matrix4.prototype.makeTranslation ( x, y, z )
    666. function three.Matrix4.prototype.multiply ( m, n )
    667. function three.Matrix4.prototype.multiplyMatrices ( a, b )
    668. function three.Matrix4.prototype.multiplyScalar ( s )
    669. function three.Matrix4.prototype.multiplyToArray ( a, b, r )
    670. function three.Matrix4.prototype.multiplyVector3 ( vector )
    671. function three.Matrix4.prototype.multiplyVector3Array ( a )
    672. function three.Matrix4.prototype.multiplyVector4 ( vector )
    673. function three.Matrix4.prototype.premultiply ( m )
    674. function three.Matrix4.prototype.rotateAxis ( v )
    675. function three.Matrix4.prototype.rotateByAxis ()
    676. function three.Matrix4.prototype.rotateX ()
    677. function three.Matrix4.prototype.rotateY ()
    678. function three.Matrix4.prototype.rotateZ ()
    679. function three.Matrix4.prototype.scale ( v )
    680. function three.Matrix4.prototype.set ( n11, n12, n13, n14, n21, n22, n23, n24, n31, n32, n33, n34, n41, n42, n43, n44 )
    681. function three.Matrix4.prototype.setPosition ( v )
    682. function three.Matrix4.prototype.setRotationFromQuaternion ( q )
    683. function three.Matrix4.prototype.toArray ( array, offset )
    684. function three.Matrix4.prototype.translate ()
    685. function three.Matrix4.prototype.transpose ()
    686. function three.Mesh ( geometry, material )
    687. function three.Mesh.prototype.clone ()
    688. function three.Mesh.prototype.copy ( source )
    689. function three.Mesh.prototype.raycast ( raycaster, intersects )
    690. function three.Mesh.prototype.setDrawMode ( value )
    691. function three.Mesh.prototype.updateMorphTargets ()
    692. function three.MeshBasicMaterial ( parameters )
    693. function three.MeshBasicMaterial.prototype.copy ( source )
    694. function three.MeshDepthMaterial ( parameters )
    695. function three.MeshDepthMaterial.prototype.copy ( source )
    696. function three.MeshFaceMaterial ( materials )
    697. function three.MeshLambertMaterial ( parameters )
    698. function three.MeshLambertMaterial.prototype.copy ( source )
    699. function three.MeshNormalMaterial ( parameters )
    700. function three.MeshNormalMaterial.prototype.copy ( source )
    701. function three.MeshPhongMaterial ( parameters )
    702. function three.MeshPhongMaterial.prototype.copy ( source )
    703. function three.MeshPhysicalMaterial ( parameters )
    704. function three.MeshPhysicalMaterial.prototype.copy ( source )
    705. function three.MeshStandardMaterial ( parameters )
    706. function three.MeshStandardMaterial.prototype.copy ( source )
    707. function three.MeshToonMaterial ( parameters )
    708. function three.MeshToonMaterial.prototype.copy ( source )
    709. function three.MorphBlendMesh ( geometry, material )
    710. function three.MorphBlendMesh.prototype.autoCreateAnimations ( fps )
    711. function three.MorphBlendMesh.prototype.createAnimation ( name, start, end, fps )
    712. function three.MorphBlendMesh.prototype.getAnimationDuration ( name )
    713. function three.MorphBlendMesh.prototype.getAnimationTime ( name )
    714. function three.MorphBlendMesh.prototype.playAnimation ( name )
    715. function three.MorphBlendMesh.prototype.setAnimationDirectionBackward ( name )
    716. function three.MorphBlendMesh.prototype.setAnimationDirectionForward ( name )
    717. function three.MorphBlendMesh.prototype.setAnimationDuration ( name, duration )
    718. function three.MorphBlendMesh.prototype.setAnimationFPS ( name, fps )
    719. function three.MorphBlendMesh.prototype.setAnimationTime ( name, time )
    720. function three.MorphBlendMesh.prototype.setAnimationWeight ( name, weight )
    721. function three.MorphBlendMesh.prototype.stopAnimation ( name )
    722. function three.MorphBlendMesh.prototype.update ( delta )
    723. function three.MultiMaterial ( materials )
    724. function three.MultiMaterial.prototype.clone ()
    725. function three.MultiMaterial.prototype.toJSON ( meta )
    726. function three.NumberKeyframeTrack ( name, times, values, interpolation )
    727. function three.Object3D ()
    728. function three.Object3D.prototype.add ( object )
    729. function three.Object3D.prototype.applyMatrix ( matrix )
    730. function three.Object3D.prototype.clone ( recursive )
    731. function three.Object3D.prototype.copy ( source, recursive )
    732. function three.Object3D.prototype.getChildByName ( name )
    733. function three.Object3D.prototype.getObjectById ( id )
    734. function three.Object3D.prototype.getObjectByName ( name )
    735. function three.Object3D.prototype.getObjectByProperty ( name, value )
    736. function three.Object3D.prototype.getWorldDirection ( optionalTarget )
    737. function three.Object3D.prototype.getWorldPosition ( optionalTarget )
    738. function three.Object3D.prototype.getWorldQuaternion ( optionalTarget )
    739. function three.Object3D.prototype.getWorldRotation ( optionalTarget )
    740. function three.Object3D.prototype.getWorldScale ( optionalTarget )
    741. function three.Object3D.prototype.localToWorld ( vector )
    742. function three.Object3D.prototype.lookAt ( vector )
    743. function three.Object3D.prototype.raycast ()
    744. function three.Object3D.prototype.remove ( object )
    745. function three.Object3D.prototype.renderDepth ()
    746. function three.Object3D.prototype.rotateOnAxis ( axis, angle )
    747. function three.Object3D.prototype.rotateX ( angle )
    748. function three.Object3D.prototype.rotateY ( angle )
    749. function three.Object3D.prototype.rotateZ ( angle )
    750. function three.Object3D.prototype.setRotationFromAxisAngle ( axis, angle )
    751. function three.Object3D.prototype.setRotationFromEuler ( euler )
    752. function three.Object3D.prototype.setRotationFromMatrix ( m )
    753. function three.Object3D.prototype.setRotationFromQuaternion ( q )
    754. function three.Object3D.prototype.toJSON ( meta )
    755. function three.Object3D.prototype.translate ( distance, axis )
    756. function three.Object3D.prototype.translateOnAxis ( axis, distance )
    757. function three.Object3D.prototype.translateX ( distance )
    758. function three.Object3D.prototype.translateY ( distance )
    759. function three.Object3D.prototype.translateZ ( distance )
    760. function three.Object3D.prototype.traverse ( callback )
    761. function three.Object3D.prototype.traverseAncestors ( callback )
    762. function three.Object3D.prototype.traverseVisible ( callback )
    763. function three.Object3D.prototype.updateMatrix ()
    764. function three.Object3D.prototype.updateMatrixWorld ( force )
    765. function three.Object3D.prototype.worldToLocal ( vector )
    766. function three.ObjectLoader ( manager )
    767. function three.ObjectLoader.prototype.load ( url, onLoad, onProgress, onError )
    768. function three.ObjectLoader.prototype.parse ( json, onLoad )
    769. function three.ObjectLoader.prototype.parseAnimations ( json )
    770. function three.ObjectLoader.prototype.parseGeometries ( json )
    771. function three.ObjectLoader.prototype.parseImages ( json, onLoad )
    772. function three.ObjectLoader.prototype.parseMaterials ( json, textures )
    773. function three.ObjectLoader.prototype.parseObject ( data, geometries, materials )
    774. function three.ObjectLoader.prototype.parseTextures ( json, images )
    775. function three.ObjectLoader.prototype.setCrossOrigin ( value )
    776. function three.ObjectLoader.prototype.setTexturePath ( value )
    777. function three.OctahedronBufferGeometry ( radius, detail )
    778. function three.OctahedronGeometry ( radius, detail )
    779. function three.OrthographicCamera ( left, right, top, bottom, near, far )
    780. function three.OrthographicCamera.prototype.clearViewOffset ()
    781. function three.OrthographicCamera.prototype.copy ( source )
    782. function three.OrthographicCamera.prototype.setViewOffset ( fullWidth, fullHeight, x, y, width, height )
    783. function three.OrthographicCamera.prototype.toJSON ( meta )
    784. function three.OrthographicCamera.prototype.updateProjectionMatrix ()
    785. function three.ParametricBufferGeometry ( func, slices, stacks )
    786. function three.ParametricGeometry ( func, slices, stacks )
    787. function three.Particle ( material )
    788. function three.ParticleBasicMaterial ( parameters )
    789. function three.ParticleSystem ( geometry, material )
    790. function three.ParticleSystemMaterial ( parameters )
    791. function three.Path ( points )
    792. function three.Path.prototype.absarc ( aX, aY, aRadius, aStartAngle, aEndAngle, aClockwise )
    793. function three.Path.prototype.absellipse ( aX, aY, xRadius, yRadius, aStartAngle, aEndAngle, aClockwise, aRotation )
    794. function three.Path.prototype.arc ( aX, aY, aRadius, aStartAngle, aEndAngle, aClockwise )
    795. function three.Path.prototype.bezierCurveTo ( aCP1x, aCP1y, aCP2x, aCP2y, aX, aY )
    796. function three.Path.prototype.ellipse ( aX, aY, xRadius, yRadius, aStartAngle, aEndAngle, aClockwise, aRotation )
    797. function three.Path.prototype.fromPoints ( vectors )
    798. function three.Path.prototype.lineTo ( x, y )
    799. function three.Path.prototype.moveTo ( x, y )
    800. function three.Path.prototype.quadraticCurveTo ( aCPx, aCPy, aX, aY )
    801. function three.Path.prototype.splineThru ( pts)
    802. function three.PerspectiveCamera ( fov, aspect, near, far )
    803. function three.PerspectiveCamera.prototype.clearViewOffset ()
    804. function three.PerspectiveCamera.prototype.copy ( source )
    805. function three.PerspectiveCamera.prototype.getEffectiveFOV ()
    806. function three.PerspectiveCamera.prototype.getFilmHeight ()
    807. function three.PerspectiveCamera.prototype.getFilmWidth ()
    808. function three.PerspectiveCamera.prototype.getFocalLength ()
    809. function three.PerspectiveCamera.prototype.setFocalLength ( focalLength )
    810. function three.PerspectiveCamera.prototype.setLens ( focalLength, filmGauge )
    811. function three.PerspectiveCamera.prototype.setViewOffset ( fullWidth, fullHeight, x, y, width, height )
    812. function three.PerspectiveCamera.prototype.toJSON ( meta )
    813. function three.PerspectiveCamera.prototype.updateProjectionMatrix ()
    814. function three.Plane ( normal, constant )
    815. function three.Plane.prototype.applyMatrix4 ( matrix, optionalNormalMatrix )
    816. function three.Plane.prototype.clone ()
    817. function three.Plane.prototype.coplanarPoint ( optionalTarget )
    818. function three.Plane.prototype.copy ( plane )
    819. function three.Plane.prototype.distanceToPoint ( point )
    820. function three.Plane.prototype.distanceToSphere ( sphere )
    821. function three.Plane.prototype.equals ( plane )
    822. function three.Plane.prototype.intersectLine ( line, optionalTarget )
    823. function three.Plane.prototype.intersectsBox ( box )
    824. function three.Plane.prototype.intersectsLine ( line )
    825. function three.Plane.prototype.intersectsSphere ( sphere )
    826. function three.Plane.prototype.isIntersectionLine ( line )
    827. function three.Plane.prototype.negate ()
    828. function three.Plane.prototype.normalize ()
    829. function three.Plane.prototype.orthoPoint ( point, optionalTarget )
    830. function three.Plane.prototype.projectPoint ( point, optionalTarget )
    831. function three.Plane.prototype.set ( normal, constant )
    832. function three.Plane.prototype.setComponents ( x, y, z, w )
    833. function three.Plane.prototype.setFromCoplanarPoints ( a, b, c )
    834. function three.Plane.prototype.setFromNormalAndCoplanarPoint ( normal, point )
    835. function three.Plane.prototype.translate ( offset )
    836. function three.PlaneBufferGeometry ( width, height, widthSegments, heightSegments )
    837. function three.PlaneGeometry ( width, height, widthSegments, heightSegments )
    838. function three.PointCloud ( geometry, material )
    839. function three.PointCloudMaterial ( parameters )
    840. function three.PointLight ( color, intensity, distance, decay )
    841. function three.PointLight.prototype.copy ( source )
    842. function three.PointLightHelper ( light, sphereSize )
    843. function three.PointLightHelper.prototype.dispose ()
    844. function three.PointLightHelper.prototype.update ()
    845. function three.Points ( geometry, material )
    846. function three.Points.prototype.clone ()
    847. function three.Points.prototype.raycast ( raycaster, intersects )
    848. function three.PointsMaterial ( parameters )
    849. function three.PointsMaterial.prototype.copy ( source )
    850. function three.PolarGridHelper ( radius, radials, circles, divisions, color1, color2 )
    851. function three.PolyhedronBufferGeometry ( vertices, indices, radius, detail )
    852. function three.PolyhedronGeometry ( vertices, indices, radius, detail )
    853. function three.PositionalAudio ( listener )
    854. function three.PositionalAudio.prototype.getDistanceModel ()
    855. function three.PositionalAudio.prototype.getMaxDistance ()
    856. function three.PositionalAudio.prototype.getOutput ()
    857. function three.PositionalAudio.prototype.getRefDistance ()
    858. function three.PositionalAudio.prototype.getRolloffFactor ()
    859. function three.PositionalAudio.prototype.setDistanceModel ( value )
    860. function three.PositionalAudio.prototype.setMaxDistance ( value )
    861. function three.PositionalAudio.prototype.setRefDistance ( value )
    862. function three.PositionalAudio.prototype.setRolloffFactor ( value )
    863. function three.PositionalAudio.prototype.updateMatrixWorld ( force )
    864. function three.Projector ()
    865. function three.PropertyBinding ( rootNode, path, parsedPath )
    866. function three.PropertyBinding.Composite ( targetGroup, path, optionalParsedPath )
    867. function three.PropertyBinding.Composite.prototype.bind ()
    868. function three.PropertyBinding.Composite.prototype.getValue ( array, offset )
    869. function three.PropertyBinding.Composite.prototype.setValue ( array, offset )
    870. function three.PropertyBinding.Composite.prototype.unbind ()
    871. function three.PropertyBinding.create ( root, path, parsedPath )
    872. function three.PropertyBinding.findNode ( root, nodeName )
    873. function three.PropertyBinding.parseTrackName ( trackName )
    874. function three.PropertyBinding.prototype._getValue_unavailable ()
    875. function three.PropertyBinding.prototype._setValue_unavailable ()
    876. function three.PropertyBinding.prototype.bind ()
    877. function three.PropertyBinding.prototype.getValue ( targetArray, offset )
    878. function three.PropertyBinding.prototype.setValue ( sourceArray, offset )
    879. function three.PropertyBinding.prototype.unbind ()
    880. function three.PropertyMixer ( binding, typeName, valueSize )
    881. function three.PropertyMixer.prototype._lerp ( buffer, dstOffset, srcOffset, t, stride )
    882. function three.PropertyMixer.prototype._select ( buffer, dstOffset, srcOffset, t, stride )
    883. function three.PropertyMixer.prototype._slerp ( buffer, dstOffset, srcOffset, t, stride )
    884. function three.PropertyMixer.prototype.accumulate ( accuIndex, weight )
    885. function three.PropertyMixer.prototype.apply ( accuIndex )
    886. function three.PropertyMixer.prototype.restoreOriginalState ()
    887. function three.PropertyMixer.prototype.saveOriginalState ()
    888. function three.QuadraticBezierCurve ( v0, v1, v2 )
    889. function three.QuadraticBezierCurve.prototype.getPoint ( t )
    890. function three.QuadraticBezierCurve3 ( v0, v1, v2 )
    891. function three.QuadraticBezierCurve3.prototype.getPoint ( t )
    892. function three.Quaternion ( x, y, z, w )
    893. function three.Quaternion.prototype.clone ()
    894. function three.Quaternion.prototype.conjugate ()
    895. function three.Quaternion.prototype.copy ( quaternion )
    896. function three.Quaternion.prototype.dot ( v )
    897. function three.Quaternion.prototype.equals ( quaternion )
    898. function three.Quaternion.prototype.fromArray ( array, offset )
    899. function three.Quaternion.prototype.inverse ()
    900. function three.Quaternion.prototype.length ()
    901. function three.Quaternion.prototype.lengthSq ()
    902. function three.Quaternion.prototype.multiply ( q, p )
    903. function three.Quaternion.prototype.multiplyQuaternions ( a, b )
    904. function three.Quaternion.prototype.multiplyVector3 ( vector )
    905. function three.Quaternion.prototype.normalize ()
    906. function three.Quaternion.prototype.onChange ( callback )
    907. function three.Quaternion.prototype.onChangeCallback ()
    908. function three.Quaternion.prototype.premultiply ( q )
    909. function three.Quaternion.prototype.set ( x, y, z, w )
    910. function three.Quaternion.prototype.setFromAxisAngle ( axis, angle )
    911. function three.Quaternion.prototype.setFromEuler ( euler, update )
    912. function three.Quaternion.prototype.setFromRotationMatrix ( m )
    913. function three.Quaternion.prototype.setFromUnitVectors ( vFrom, vTo )
    914. function three.Quaternion.prototype.slerp ( qb, t )
    915. function three.Quaternion.prototype.toArray ( array, offset )
    916. function three.Quaternion.slerp ( qa, qb, qm, t )
    917. function three.Quaternion.slerpFlat ( dst, dstOffset, src0, srcOffset0, src1, srcOffset1, t )
    918. function three.QuaternionKeyframeTrack ( name, times, values, interpolation )
    919. function three.QuaternionKeyframeTrack.prototype.InterpolantFactoryMethodLinear ( result )
    920. function three.QuaternionLinearInterpolant ( parameterPositions, sampleValues, sampleSize, resultBuffer )
    921. function three.QuaternionLinearInterpolant.prototype.interpolate_ ( i1, t0, t, t1 )
    922. function three.RawShaderMaterial ( parameters )
    923. function three.Ray ( origin, direction )
    924. function three.Ray.prototype.applyMatrix4 ( matrix4 )
    925. function three.Ray.prototype.at ( t, optionalTarget )
    926. function three.Ray.prototype.clone ()
    927. function three.Ray.prototype.closestPointToPoint ( point, optionalTarget )
    928. function three.Ray.prototype.copy ( ray )
    929. function three.Ray.prototype.distanceSqToPoint ( point )
    930. function three.Ray.prototype.distanceSqToSegment ( v0, v1, optionalPointOnRay, optionalPointOnSegment )
    931. function three.Ray.prototype.distanceToPlane ( plane )
    932. function three.Ray.prototype.distanceToPoint ( point )
    933. function three.Ray.prototype.equals ( ray )
    934. function three.Ray.prototype.intersectBox ( box, optionalTarget )
    935. function three.Ray.prototype.intersectPlane ( plane, optionalTarget )
    936. function three.Ray.prototype.intersectSphere ( sphere, optionalTarget )
    937. function three.Ray.prototype.intersectTriangle ( a, b, c, backfaceCulling, optionalTarget )
    938. function three.Ray.prototype.intersectsBox ( box )
    939. function three.Ray.prototype.intersectsPlane ( plane )
    940. function three.Ray.prototype.intersectsSphere ( sphere )
    941. function three.Ray.prototype.isIntersectionBox ( box )
    942. function three.Ray.prototype.isIntersectionPlane ( plane )
    943. function three.Ray.prototype.isIntersectionSphere ( sphere )
    944. function three.Ray.prototype.lookAt ( v )
    945. function three.Ray.prototype.recast ( t )
    946. function three.Ray.prototype.set ( origin, direction )
    947. function three.Raycaster ( origin, direction, near, far )
    948. function three.Raycaster.prototype.intersectObject ( object, recursive )
    949. function three.Raycaster.prototype.intersectObjects ( objects, recursive )
    950. function three.Raycaster.prototype.set ( origin, direction )
    951. function three.Raycaster.prototype.setFromCamera ( coords, camera )
    952. function three.RectAreaLight ( color, intensity, width, height )
    953. function three.RectAreaLight.prototype.copy ( source )
    954. function three.RectAreaLightHelper ( light )
    955. function three.RectAreaLightHelper.prototype.dispose ()
    956. function three.RectAreaLightHelper.prototype.update ()
    957. function three.RingBufferGeometry ( innerRadius, outerRadius, thetaSegments, phiSegments, thetaStart, thetaLength )
    958. function three.RingGeometry ( innerRadius, outerRadius, thetaSegments, phiSegments, thetaStart, thetaLength )
    959. function three.Scene ()
    960. function three.Scene.prototype.copy ( source, recursive )
    961. function three.Scene.prototype.toJSON ( meta )
    962. function three.SceneUtils.attach ( child, scene, parent )
    963. function three.SceneUtils.createMultiMaterialObject ( geometry, materials )
    964. function three.SceneUtils.detach ( child, parent, scene )
    965. function three.ShaderMaterial ( parameters )
    966. function three.ShaderMaterial.prototype.copy ( source )
    967. function three.ShaderMaterial.prototype.toJSON ( meta )
    968. function three.ShadowMaterial ()
    969. function three.Shape ()
    970. function three.Shape.prototype.extractAllPoints ( divisions )
    971. function three.Shape.prototype.extractPoints ( divisions )
    972. function three.Shape.prototype.extrude ( options )
    973. function three.Shape.prototype.getPointsHoles ( divisions )
    974. function three.Shape.prototype.makeGeometry ( options )
    975. function three.ShapeBufferGeometry ( shapes, curveSegments )
    976. function three.ShapeGeometry ( shapes, curveSegments )
    977. function three.ShapePath ()
    978. function three.ShapePath.prototype.bezierCurveTo ( aCP1x, aCP1y, aCP2x, aCP2y, aX, aY )
    979. function three.ShapePath.prototype.lineTo ( x, y )
    980. function three.ShapePath.prototype.moveTo ( x, y )
    981. function three.ShapePath.prototype.quadraticCurveTo ( aCPx, aCPy, aX, aY )
    982. function three.ShapePath.prototype.splineThru ( pts )
    983. function three.ShapePath.prototype.toShapes ( isCCW, noHoles )
    984. function three.ShapeUtils.area ( contour )
    985. function three.ShapeUtils.isClockWise ( pts )
    986. function three.ShapeUtils.triangulate ( contour, indices )
    987. function three.ShapeUtils.triangulateShape ( contour, holes )
    988. function three.Skeleton ( bones, boneInverses, useVertexTexture )
    989. function three.Skeleton.prototype.calculateInverses ()
    990. function three.Skeleton.prototype.clone ()
    991. function three.Skeleton.prototype.pose ()
    992. function three.Skeleton.prototype.update ()
    993. function three.SkeletonHelper ( object )
    994. function three.SkeletonHelper.prototype.getBoneList ( object )
    995. function three.SkeletonHelper.prototype.update ()
    996. function three.SkinnedMesh ( geometry, material, useVertexTexture )
    997. function three.SkinnedMesh.prototype.bind ( skeleton, bindMatrix )
    998. function three.SkinnedMesh.prototype.clone ()
    999. function three.SkinnedMesh.prototype.normalizeSkinWeights ()
    1000. function three.SkinnedMesh.prototype.pose ()
    1001. function three.SkinnedMesh.prototype.updateMatrixWorld ( force )
    1002. function three.Sphere ( center, radius )
    1003. function three.Sphere.prototype.applyMatrix4 ( matrix )
    1004. function three.Sphere.prototype.clampPoint ( point, optionalTarget )
    1005. function three.Sphere.prototype.clone ()
    1006. function three.Sphere.prototype.containsPoint ( point )
    1007. function three.Sphere.prototype.copy ( sphere )
    1008. function three.Sphere.prototype.distanceToPoint ( point )
    1009. function three.Sphere.prototype.empty ()
    1010. function three.Sphere.prototype.equals ( sphere )
    1011. function three.Sphere.prototype.getBoundingBox ( optionalTarget )
    1012. function three.Sphere.prototype.intersectsBox ( box )
    1013. function three.Sphere.prototype.intersectsPlane ( plane )
    1014. function three.Sphere.prototype.intersectsSphere ( sphere )
    1015. function three.Sphere.prototype.set ( center, radius )
    1016. function three.Sphere.prototype.setFromPoints ( points, optionalCenter )
    1017. function three.Sphere.prototype.translate ( offset )
    1018. function three.SphereBufferGeometry ( radius, widthSegments, heightSegments, phiStart, phiLength, thetaStart, thetaLength )
    1019. function three.SphereGeometry ( radius, widthSegments, heightSegments, phiStart, phiLength, thetaStart, thetaLength )
    1020. function three.Spherical ( radius, phi, theta )
    1021. function three.Spherical.prototype.clone ()
    1022. function three.Spherical.prototype.copy ( other )
    1023. function three.Spherical.prototype.makeSafe ()
    1024. function three.Spherical.prototype.set ( radius, phi, theta )
    1025. function three.Spherical.prototype.setFromVector3 ( vec3 )
    1026. function three.Spline ( points )
    1027. function three.Spline.prototype.getControlPointsArray ( optionalTarget )
    1028. function three.Spline.prototype.initFromArray ( a )
    1029. function three.Spline.prototype.reparametrizeByArcLength ( samplingCoef )
    1030. function three.SplineCurve ( points)
    1031. function three.SplineCurve.prototype.getPoint ( t )
    1032. function three.SplineCurve3 ( points )
    1033. function three.SpotLight ( color, intensity, distance, angle, penumbra, decay )
    1034. function three.SpotLight.prototype.copy ( source )
    1035. function three.SpotLightHelper ( light )
    1036. function three.SpotLightHelper.prototype.dispose ()
    1037. function three.SpotLightHelper.prototype.update ()
    1038. function three.SpotLightShadow ()
    1039. function three.SpotLightShadow.prototype.update ( light )
    1040. function three.Sprite ( material )
    1041. function three.Sprite.prototype.clone ()
    1042. function three.Sprite.prototype.raycast ( raycaster, intersects )
    1043. function three.SpriteMaterial ( parameters )
    1044. function three.SpriteMaterial.prototype.copy ( source )
    1045. function three.StereoCamera ()
    1046. function three.StereoCamera.prototype.update ( camera )
    1047. function three.StringKeyframeTrack ( name, times, values, interpolation )
    1048. function three.TetrahedronBufferGeometry ( radius, detail )
    1049. function three.TetrahedronGeometry ( radius, detail )
    1050. function three.TextGeometry ( text, parameters )
    1051. function three.Texture ( image, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy, encoding )
    1052. function three.Texture.prototype.clone ()
    1053. function three.Texture.prototype.copy ( source )
    1054. function three.Texture.prototype.dispose ()
    1055. function three.Texture.prototype.toJSON ( meta )
    1056. function three.Texture.prototype.transformUv ( uv )
    1057. function three.TextureLoader ( manager )
    1058. function three.TextureLoader.prototype.load ( url, onLoad, onProgress, onError )
    1059. function three.TextureLoader.prototype.setCrossOrigin ( value )
    1060. function three.TextureLoader.prototype.setPath ( value )
    1061. function three.TorusBufferGeometry ( radius, tube, radialSegments, tubularSegments, arc )
    1062. function three.TorusGeometry ( radius, tube, radialSegments, tubularSegments, arc )
    1063. function three.TorusKnotBufferGeometry ( radius, tube, tubularSegments, radialSegments, p, q )
    1064. function three.TorusKnotGeometry ( radius, tube, tubularSegments, radialSegments, p, q, heightScale )
    1065. function three.Triangle ( a, b, c )
    1066. function three.Triangle.barycoordFromPoint ( point, a, b, c, optionalTarget )
    1067. function three.Triangle.containsPoint ( point, a, b, c )
    1068. function three.Triangle.normal ( a, b, c, optionalTarget )
    1069. function three.Triangle.prototype.area ()
    1070. function three.Triangle.prototype.barycoordFromPoint ( point, optionalTarget )
    1071. function three.Triangle.prototype.clone ()
    1072. function three.Triangle.prototype.closestPointToPoint ( point, optionalTarget )
    1073. function three.Triangle.prototype.containsPoint ( point )
    1074. function three.Triangle.prototype.copy ( triangle )
    1075. function three.Triangle.prototype.equals ( triangle )
    1076. function three.Triangle.prototype.midpoint ( optionalTarget )
    1077. function three.Triangle.prototype.normal ( optionalTarget )
    1078. function three.Triangle.prototype.plane ( optionalTarget )
    1079. function three.Triangle.prototype.set ( a, b, c )
    1080. function three.Triangle.prototype.setFromPointsAndIndices ( points, i0, i1, i2 )
    1081. function three.TubeBufferGeometry ( path, tubularSegments, radius, radialSegments, closed )
    1082. function three.TubeGeometry ( path, tubularSegments, radius, radialSegments, closed, taper )
    1083. function three.Uint16Attribute ( array, itemSize )
    1084. function three.Uint16BufferAttribute ( array, itemSize )
    1085. function three.Uint32Attribute ( array, itemSize )
    1086. function three.Uint32BufferAttribute ( array, itemSize )
    1087. function three.Uint8Attribute ( array, itemSize )
    1088. function three.Uint8BufferAttribute ( array, itemSize )
    1089. function three.Uint8ClampedAttribute ( array, itemSize )
    1090. function three.Uint8ClampedBufferAttribute ( array, itemSize )
    1091. function three.Uniform ( value )
    1092. function three.Uniform.prototype.clone ()
    1093. function three.UniformsUtils.clone ( uniforms_src )
    1094. function three.UniformsUtils.merge ( uniforms )
    1095. function three.Vector2 ( x, y )
    1096. function three.Vector2.prototype.add ( v, w )
    1097. function three.Vector2.prototype.addScalar ( s )
    1098. function three.Vector2.prototype.addScaledVector ( v, s )
    1099. function three.Vector2.prototype.addVectors ( a, b )
    1100. function three.Vector2.prototype.angle ()
    1101. function three.Vector2.prototype.ceil ()
    1102. function three.Vector2.prototype.clamp ( min, max )
    1103. function three.Vector2.prototype.clampLength ( min, max )
    1104. function three.Vector2.prototype.clampScalar ( minVal, maxVal )
    1105. function three.Vector2.prototype.clone ()
    1106. function three.Vector2.prototype.copy ( v )
    1107. function three.Vector2.prototype.distanceTo ( v )
    1108. function three.Vector2.prototype.distanceToManhattan ( v )
    1109. function three.Vector2.prototype.distanceToSquared ( v )
    1110. function three.Vector2.prototype.divide ( v )
    1111. function three.Vector2.prototype.divideScalar ( scalar )
    1112. function three.Vector2.prototype.dot ( v )
    1113. function three.Vector2.prototype.equals ( v )
    1114. function three.Vector2.prototype.floor ()
    1115. function three.Vector2.prototype.fromArray ( array, offset )
    1116. function three.Vector2.prototype.fromAttribute ( attribute, index, offset )
    1117. function three.Vector2.prototype.fromBufferAttribute ( attribute, index, offset )
    1118. function three.Vector2.prototype.getComponent ( index )
    1119. function three.Vector2.prototype.length ()
    1120. function three.Vector2.prototype.lengthManhattan ()
    1121. function three.Vector2.prototype.lengthSq ()
    1122. function three.Vector2.prototype.lerp ( v, alpha )
    1123. function three.Vector2.prototype.lerpVectors ( v1, v2, alpha )
    1124. function three.Vector2.prototype.max ( v )
    1125. function three.Vector2.prototype.min ( v )
    1126. function three.Vector2.prototype.multiply ( v )
    1127. function three.Vector2.prototype.multiplyScalar ( scalar )
    1128. function three.Vector2.prototype.negate ()
    1129. function three.Vector2.prototype.normalize ()
    1130. function three.Vector2.prototype.rotateAround ( center, angle )
    1131. function three.Vector2.prototype.round ()
    1132. function three.Vector2.prototype.roundToZero ()
    1133. function three.Vector2.prototype.set ( x, y )
    1134. function three.Vector2.prototype.setComponent ( index, value )
    1135. function three.Vector2.prototype.setLength ( length )
    1136. function three.Vector2.prototype.setScalar ( scalar )
    1137. function three.Vector2.prototype.setX ( x )
    1138. function three.Vector2.prototype.setY ( y )
    1139. function three.Vector2.prototype.sub ( v, w )
    1140. function three.Vector2.prototype.subScalar ( s )
    1141. function three.Vector2.prototype.subVectors ( a, b )
    1142. function three.Vector2.prototype.toArray ( array, offset )
    1143. function three.Vector3 ( x, y, z )
    1144. function three.Vector3.prototype.add ( v, w )
    1145. function three.Vector3.prototype.addScalar ( s )
    1146. function three.Vector3.prototype.addScaledVector ( v, s )
    1147. function three.Vector3.prototype.addVectors ( a, b )
    1148. function three.Vector3.prototype.angleTo ( v )
    1149. function three.Vector3.prototype.applyAxisAngle ( axis, angle )
    1150. function three.Vector3.prototype.applyEuler ( euler )
    1151. function three.Vector3.prototype.applyMatrix3 ( m )
    1152. function three.Vector3.prototype.applyMatrix4 ( m )
    1153. function three.Vector3.prototype.applyProjection ( m )
    1154. function three.Vector3.prototype.applyQuaternion ( q )
    1155. function three.Vector3.prototype.ceil ()
    1156. function three.Vector3.prototype.clamp ( min, max )
    1157. function three.Vector3.prototype.clampLength ( min, max )
    1158. function three.Vector3.prototype.clampScalar ( minVal, maxVal )
    1159. function three.Vector3.prototype.clone ()
    1160. function three.Vector3.prototype.copy ( v )
    1161. function three.Vector3.prototype.cross ( v, w )
    1162. function three.Vector3.prototype.crossVectors ( a, b )
    1163. function three.Vector3.prototype.distanceTo ( v )
    1164. function three.Vector3.prototype.distanceToManhattan ( v )
    1165. function three.Vector3.prototype.distanceToSquared ( v )
    1166. function three.Vector3.prototype.divide ( v )
    1167. function three.Vector3.prototype.divideScalar ( scalar )
    1168. function three.Vector3.prototype.dot ( v )
    1169. function three.Vector3.prototype.equals ( v )
    1170. function three.Vector3.prototype.floor ()
    1171. function three.Vector3.prototype.fromArray ( array, offset )
    1172. function three.Vector3.prototype.fromAttribute ( attribute, index, offset )
    1173. function three.Vector3.prototype.fromBufferAttribute ( attribute, index, offset )
    1174. function three.Vector3.prototype.getColumnFromMatrix ( index, matrix )
    1175. function three.Vector3.prototype.getComponent ( index )
    1176. function three.Vector3.prototype.getPositionFromMatrix ( m )
    1177. function three.Vector3.prototype.getScaleFromMatrix ( m )
    1178. function three.Vector3.prototype.length ()
    1179. function three.Vector3.prototype.lengthManhattan ()
    1180. function three.Vector3.prototype.lengthSq ()
    1181. function three.Vector3.prototype.lerp ( v, alpha )
    1182. function three.Vector3.prototype.lerpVectors ( v1, v2, alpha )
    1183. function three.Vector3.prototype.max ( v )
    1184. function three.Vector3.prototype.min ( v )
    1185. function three.Vector3.prototype.multiply ( v, w )
    1186. function three.Vector3.prototype.multiplyScalar ( scalar )
    1187. function three.Vector3.prototype.multiplyVectors ( a, b )
    1188. function three.Vector3.prototype.negate ()
    1189. function three.Vector3.prototype.normalize ()
    1190. function three.Vector3.prototype.project ( camera )
    1191. function three.Vector3.prototype.projectOnPlane ( planeNormal )
    1192. function three.Vector3.prototype.projectOnVector ( vector )
    1193. function three.Vector3.prototype.reflect ( normal )
    1194. function three.Vector3.prototype.round ()
    1195. function three.Vector3.prototype.roundToZero ()
    1196. function three.Vector3.prototype.set ( x, y, z )
    1197. function three.Vector3.prototype.setComponent ( index, value )
    1198. function three.Vector3.prototype.setEulerFromQuaternion ()
    1199. function three.Vector3.prototype.setEulerFromRotationMatrix ()
    1200. function three.Vector3.prototype.setFromCylindrical ( c )
    1201. function three.Vector3.prototype.setFromMatrixColumn ( m, index )
    1202. function three.Vector3.prototype.setFromMatrixPosition ( m )
    1203. function three.Vector3.prototype.setFromMatrixScale ( m )
    1204. function three.Vector3.prototype.setFromSpherical ( s )
    1205. function three.Vector3.prototype.setLength ( length )
    1206. function three.Vector3.prototype.setScalar ( scalar )
    1207. function three.Vector3.prototype.setX ( x )
    1208. function three.Vector3.prototype.setY ( y )
    1209. function three.Vector3.prototype.setZ ( z )
    1210. function three.Vector3.prototype.sub ( v, w )
    1211. function three.Vector3.prototype.subScalar ( s )
    1212. function three.Vector3.prototype.subVectors ( a, b )
    1213. function three.Vector3.prototype.toArray ( array, offset )
    1214. function three.Vector3.prototype.transformDirection ( m )
    1215. function three.Vector3.prototype.unproject ( camera )
    1216. function three.Vector4 ( x, y, z, w )
    1217. function three.Vector4.prototype.add ( v, w )
    1218. function three.Vector4.prototype.addScalar ( s )
    1219. function three.Vector4.prototype.addScaledVector ( v, s )
    1220. function three.Vector4.prototype.addVectors ( a, b )
    1221. function three.Vector4.prototype.applyMatrix4 ( m )
    1222. function three.Vector4.prototype.ceil ()
    1223. function three.Vector4.prototype.clamp ( min, max )
    1224. function three.Vector4.prototype.clampScalar ( minVal, maxVal )
    1225. function three.Vector4.prototype.clone ()
    1226. function three.Vector4.prototype.copy ( v )
    1227. function three.Vector4.prototype.divideScalar ( scalar )
    1228. function three.Vector4.prototype.dot ( v )
    1229. function three.Vector4.prototype.equals ( v )
    1230. function three.Vector4.prototype.floor ()
    1231. function three.Vector4.prototype.fromArray ( array, offset )
    1232. function three.Vector4.prototype.fromAttribute ( attribute, index, offset )
    1233. function three.Vector4.prototype.fromBufferAttribute ( attribute, index, offset )
    1234. function three.Vector4.prototype.getComponent ( index )
    1235. function three.Vector4.prototype.length ()
    1236. function three.Vector4.prototype.lengthManhattan ()
    1237. function three.Vector4.prototype.lengthSq ()
    1238. function three.Vector4.prototype.lerp ( v, alpha )
    1239. function three.Vector4.prototype.lerpVectors ( v1, v2, alpha )
    1240. function three.Vector4.prototype.max ( v )
    1241. function three.Vector4.prototype.min ( v )
    1242. function three.Vector4.prototype.multiplyScalar ( scalar )
    1243. function three.Vector4.prototype.negate ()
    1244. function three.Vector4.prototype.normalize ()
    1245. function three.Vector4.prototype.round ()
    1246. function three.Vector4.prototype.roundToZero ()
    1247. function three.Vector4.prototype.set ( x, y, z, w )
    1248. function three.Vector4.prototype.setAxisAngleFromQuaternion ( q )
    1249. function three.Vector4.prototype.setAxisAngleFromRotationMatrix ( m )
    1250. function three.Vector4.prototype.setComponent ( index, value )
    1251. function three.Vector4.prototype.setLength ( length )
    1252. function three.Vector4.prototype.setScalar ( scalar )
    1253. function three.Vector4.prototype.setW ( w )
    1254. function three.Vector4.prototype.setX ( x )
    1255. function three.Vector4.prototype.setY ( y )
    1256. function three.Vector4.prototype.setZ ( z )
    1257. function three.Vector4.prototype.sub ( v, w )
    1258. function three.Vector4.prototype.subScalar ( s )
    1259. function three.Vector4.prototype.subVectors ( a, b )
    1260. function three.Vector4.prototype.toArray ( array, offset )
    1261. function three.VectorKeyframeTrack ( name, times, values, interpolation )
    1262. function three.Vertex ( x, y, z )
    1263. function three.VertexNormalsHelper ( object, size, hex, linewidth )
    1264. function three.VertexNormalsHelper.prototype.update ()
    1265. function three.VideoTexture ( video, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy )
    1266. function three.WebGLRenderTarget ( width, height, options )
    1267. function three.WebGLRenderTarget.prototype.clone ()
    1268. function three.WebGLRenderTarget.prototype.copy ( source )
    1269. function three.WebGLRenderTarget.prototype.dispose ()
    1270. function three.WebGLRenderTarget.prototype.setSize ( width, height )
    1271. function three.WebGLRenderTargetCube ( width, height, options )
    1272. function three.WebGLRenderer ( parameters )
    1273. function three.WebGLRenderer.prototype.addPostPlugin ()
    1274. function three.WebGLRenderer.prototype.addPrePlugin ()
    1275. function three.WebGLRenderer.prototype.enableScissorTest ( boolean )
    1276. function three.WebGLRenderer.prototype.initMaterial ()
    1277. function three.WebGLRenderer.prototype.supportsBlendMinMax ()
    1278. function three.WebGLRenderer.prototype.supportsCompressedTexturePVRTC ()
    1279. function three.WebGLRenderer.prototype.supportsCompressedTextureS3TC ()
    1280. function three.WebGLRenderer.prototype.supportsFloatTextures ()
    1281. function three.WebGLRenderer.prototype.supportsHalfFloatTextures ()
    1282. function three.WebGLRenderer.prototype.supportsInstancedArrays ()
    1283. function three.WebGLRenderer.prototype.supportsStandardDerivatives ()
    1284. function three.WebGLRenderer.prototype.supportsVertexTextures ()
    1285. function three.WebGLRenderer.prototype.updateShadowMap ()
    1286. function three.WireframeGeometry ( geometry )
    1287. function three.WireframeHelper ( object, hex )
    1288. function three.XHRLoader ( manager )
    1289. number three.AddEquation
    1290. number three.AddOperation
    1291. number three.AdditiveBlending
    1292. number three.AlphaFormat
    1293. number three.AlwaysDepth
    1294. number three.BackSide
    1295. number three.BasicDepthPacking
    1296. number three.BasicShadowMap
    1297. number three.ByteType
    1298. number three.CineonToneMapping
    1299. number three.ClampToEdgeWrapping
    1300. number three.CubeReflectionMapping
    1301. number three.CubeRefractionMapping
    1302. number three.CubeUVReflectionMapping
    1303. number three.CubeUVRefractionMapping
    1304. number three.CullFaceBack
    1305. number three.CullFaceFront
    1306. number three.CullFaceFrontBack
    1307. number three.CullFaceNone
    1308. number three.CustomBlending
    1309. number three.DepthFormat
    1310. number three.DepthStencilFormat
    1311. number three.DoubleSide
    1312. number three.DstAlphaFactor
    1313. number three.DstColorFactor
    1314. number three.EqualDepth
    1315. number three.EquirectangularReflectionMapping
    1316. number three.EquirectangularRefractionMapping
    1317. number three.FaceColors
    1318. number three.FlatShading
    1319. number three.FloatType
    1320. number three.FrontFaceDirectionCCW
    1321. number three.FrontFaceDirectionCW
    1322. number three.FrontSide
    1323. number three.GammaEncoding
    1324. number three.GreaterDepth
    1325. number three.GreaterEqualDepth
    1326. number three.HalfFloatType
    1327. number three.IntType
    1328. number three.InterpolateDiscrete
    1329. number three.InterpolateLinear
    1330. number three.InterpolateSmooth
    1331. number three.LessDepth
    1332. number three.LessEqualDepth
    1333. number three.LinePieces
    1334. number three.LineStrip
    1335. number three.LinearEncoding
    1336. number three.LinearFilter
    1337. number three.LinearMipMapLinearFilter
    1338. number three.LinearMipMapNearestFilter
    1339. number three.LinearToneMapping
    1340. number three.LogLuvEncoding
    1341. number three.LoopOnce
    1342. number three.LoopPingPong
    1343. number three.LoopRepeat
    1344. number three.LuminanceAlphaFormat
    1345. number three.LuminanceFormat
    1346. number three.MaxEquation
    1347. number three.MinEquation
    1348. number three.MirroredRepeatWrapping
    1349. number three.MixOperation
    1350. number three.MultiplyBlending
    1351. number three.MultiplyOperation
    1352. number three.NearestFilter
    1353. number three.NearestMipMapLinearFilter
    1354. number three.NearestMipMapNearestFilter
    1355. number three.NeverDepth
    1356. number three.NoBlending
    1357. number three.NoColors
    1358. number three.NoToneMapping
    1359. number three.NormalBlending
    1360. number three.NotEqualDepth
    1361. number three.OneFactor
    1362. number three.OneMinusDstAlphaFactor
    1363. number three.OneMinusDstColorFactor
    1364. number three.OneMinusSrcAlphaFactor
    1365. number three.OneMinusSrcColorFactor
    1366. number three.PCFShadowMap
    1367. number three.PCFSoftShadowMap
    1368. number three.RGBADepthPacking
    1369. number three.RGBAFormat
    1370. number three.RGBA_PVRTC_2BPPV1_Format
    1371. number three.RGBA_PVRTC_4BPPV1_Format
    1372. number three.RGBA_S3TC_DXT1_Format
    1373. number three.RGBA_S3TC_DXT3_Format
    1374. number three.RGBA_S3TC_DXT5_Format
    1375. number three.RGBDEncoding
    1376. number three.RGBEEncoding
    1377. number three.RGBEFormat
    1378. number three.RGBFormat
    1379. number three.RGBM16Encoding
    1380. number three.RGBM7Encoding
    1381. number three.RGB_ETC1_Format
    1382. number three.RGB_PVRTC_2BPPV1_Format
    1383. number three.RGB_PVRTC_4BPPV1_Format
    1384. number three.RGB_S3TC_DXT1_Format
    1385. number three.ReinhardToneMapping
    1386. number three.RepeatWrapping
    1387. number three.ReverseSubtractEquation
    1388. number three.ShortType
    1389. number three.SmoothShading
    1390. number three.SphericalReflectionMapping
    1391. number three.SrcAlphaFactor
    1392. number three.SrcAlphaSaturateFactor
    1393. number three.SrcColorFactor
    1394. number three.SubtractEquation
    1395. number three.SubtractiveBlending
    1396. number three.TriangleFanDrawMode
    1397. number three.TriangleStripDrawMode
    1398. number three.TrianglesDrawMode
    1399. number three.UVMapping
    1400. number three.Uncharted2ToneMapping
    1401. number three.UnsignedByteType
    1402. number three.UnsignedInt248Type
    1403. number three.UnsignedIntType
    1404. number three.UnsignedShort4444Type
    1405. number three.UnsignedShort5551Type
    1406. number three.UnsignedShort565Type
    1407. number three.UnsignedShortType
    1408. number three.VertexColors
    1409. number three.WrapAroundEnding
    1410. number three.ZeroCurvatureEnding
    1411. number three.ZeroFactor
    1412. number three.ZeroSlopeEnding
    1413. number three.sRGBEncoding
    1414. object three.AmbientLight.prototype
    1415. object three.AnimationClip.prototype
    1416. object three.AnimationMixer.prototype
    1417. object three.AnimationObjectGroup.prototype
    1418. object three.AnimationUtils
    1419. object three.ArcCurve.prototype
    1420. object three.ArrowHelper.prototype
    1421. object three.Audio.prototype
    1422. object three.AudioAnalyser.prototype
    1423. object three.AudioContext
    1424. object three.AudioListener.prototype
    1425. object three.AudioLoader.prototype
    1426. object three.AxisHelper.prototype
    1427. object three.Bone.prototype
    1428. object three.BooleanKeyframeTrack.prototype
    1429. object three.Box2.prototype
    1430. object three.Box3.prototype
    1431. object three.BoxBufferGeometry.prototype
    1432. object three.BoxGeometry.prototype
    1433. object three.BoxHelper.prototype
    1434. object three.BufferAttribute.prototype
    1435. object three.BufferGeometry.prototype
    1436. object three.BufferGeometryLoader.prototype
    1437. object three.Cache
    1438. object three.Camera.prototype
    1439. object three.CameraHelper.prototype
    1440. object three.CanvasTexture.prototype
    1441. object three.CatmullRomCurve3.prototype
    1442. object three.CircleBufferGeometry.prototype
    1443. object three.CircleGeometry.prototype
    1444. object three.Clock.prototype
    1445. object three.Color.prototype
    1446. object three.ColorKeyframeTrack.prototype
    1447. object three.CompressedTexture.prototype
    1448. object three.CompressedTextureLoader.prototype
    1449. object three.ConeBufferGeometry.prototype
    1450. object three.ConeGeometry.prototype
    1451. object three.CubeCamera.prototype
    1452. object three.CubeTexture.prototype
    1453. object three.CubeTextureLoader.prototype
    1454. object three.CubicBezierCurve.prototype
    1455. object three.CubicBezierCurve3.prototype
    1456. object three.CubicInterpolant.prototype
    1457. object three.Curve.prototype
    1458. object three.CurvePath.prototype
    1459. object three.CylinderBufferGeometry.prototype
    1460. object three.CylinderGeometry.prototype
    1461. object three.Cylindrical.prototype
    1462. object three.DataTexture.prototype
    1463. object three.DataTextureLoader.prototype
    1464. object three.DefaultLoadingManager
    1465. object three.DepthTexture.prototype
    1466. object three.DirectionalLight.prototype
    1467. object three.DirectionalLightHelper.prototype
    1468. object three.DirectionalLightShadow.prototype
    1469. object three.DiscreteInterpolant.prototype
    1470. object three.DodecahedronBufferGeometry.prototype
    1471. object three.DodecahedronGeometry.prototype
    1472. object three.EdgesGeometry.prototype
    1473. object three.EllipseCurve.prototype
    1474. object three.Euler.prototype
    1475. object three.EventDispatcher.prototype
    1476. object three.ExtrudeGeometry.WorldUVGenerator
    1477. object three.ExtrudeGeometry.prototype
    1478. object three.Face3.prototype
    1479. object three.FaceNormalsHelper.prototype
    1480. object three.FileLoader.prototype
    1481. object three.Float32BufferAttribute.prototype
    1482. object three.Float64BufferAttribute.prototype
    1483. object three.Fog.prototype
    1484. object three.FogExp2.prototype
    1485. object three.Font.prototype
    1486. object three.FontLoader.prototype
    1487. object three.Frustum.prototype
    1488. object three.Geometry.prototype
    1489. object three.GeometryUtils
    1490. object three.GridHelper.prototype
    1491. object three.Group.prototype
    1492. object three.HemisphereLight.prototype
    1493. object three.HemisphereLightHelper.prototype
    1494. object three.IcosahedronBufferGeometry.prototype
    1495. object three.IcosahedronGeometry.prototype
    1496. object three.ImageLoader.prototype
    1497. object three.ImageUtils
    1498. object three.ImmediateRenderObject.prototype
    1499. object three.InstancedBufferAttribute.prototype
    1500. object three.InstancedBufferGeometry.prototype
    1501. object three.InstancedInterleavedBuffer.prototype
    1502. object three.Int16BufferAttribute.prototype
    1503. object three.Int32BufferAttribute.prototype
    1504. object three.Int8BufferAttribute.prototype
    1505. object three.InterleavedBuffer.prototype
    1506. object three.InterleavedBufferAttribute.prototype
    1507. object three.Interpolant.prototype
    1508. object three.JSONLoader.prototype
    1509. object three.KeyframeTrack.prototype
    1510. object three.LOD.prototype
    1511. object three.LatheBufferGeometry.prototype
    1512. object three.LatheGeometry.prototype
    1513. object three.Layers.prototype
    1514. object three.LensFlare.prototype
    1515. object three.Light.prototype
    1516. object three.LightShadow.prototype
    1517. object three.Line.prototype
    1518. object three.Line3.prototype
    1519. object three.LineBasicMaterial.prototype
    1520. object three.LineCurve.prototype
    1521. object three.LineCurve3.prototype
    1522. object three.LineDashedMaterial.prototype
    1523. object three.LineSegments.prototype
    1524. object three.LinearInterpolant.prototype
    1525. object three.Loader.Handlers
    1526. object three.Loader.prototype
    1527. object three.MOUSE
    1528. object three.Material.prototype
    1529. object three.MaterialLoader.prototype
    1530. object three.Math
    1531. object three.Matrix3.prototype
    1532. object three.Matrix4.prototype
    1533. object three.Mesh.prototype
    1534. object three.MeshBasicMaterial.prototype
    1535. object three.MeshDepthMaterial.prototype
    1536. object three.MeshLambertMaterial.prototype
    1537. object three.MeshNormalMaterial.prototype
    1538. object three.MeshPhongMaterial.prototype
    1539. object three.MeshPhysicalMaterial.prototype
    1540. object three.MeshStandardMaterial.prototype
    1541. object three.MeshToonMaterial.prototype
    1542. object three.MorphBlendMesh.prototype
    1543. object three.MultiMaterial.prototype
    1544. object three.NumberKeyframeTrack.prototype
    1545. object three.Object3D.prototype
    1546. object three.ObjectLoader.prototype
    1547. object three.OctahedronBufferGeometry.prototype
    1548. object three.OctahedronGeometry.prototype
    1549. object three.OrthographicCamera.prototype
    1550. object three.ParametricBufferGeometry.prototype
    1551. object three.ParametricGeometry.prototype
    1552. object three.Path.prototype
    1553. object three.PerspectiveCamera.prototype
    1554. object three.Plane.prototype
    1555. object three.PlaneBufferGeometry.prototype
    1556. object three.PlaneGeometry.prototype
    1557. object three.PointLight.prototype
    1558. object three.PointLightHelper.prototype
    1559. object three.Points.prototype
    1560. object three.PointsMaterial.prototype
    1561. object three.PolarGridHelper.prototype
    1562. object three.PolyhedronBufferGeometry.prototype
    1563. object three.PolyhedronGeometry.prototype
    1564. object three.PositionalAudio.prototype
    1565. object three.PropertyBinding.Composite.prototype
    1566. object three.PropertyBinding.prototype
    1567. object three.PropertyBinding.prototype.GetterByBindingType
    1568. object three.PropertyMixer.prototype
    1569. object three.QuadraticBezierCurve.prototype
    1570. object three.QuadraticBezierCurve3.prototype
    1571. object three.Quaternion.prototype
    1572. object three.QuaternionKeyframeTrack.prototype
    1573. object three.QuaternionLinearInterpolant.prototype
    1574. object three.RawShaderMaterial.prototype
    1575. object three.Ray.prototype
    1576. object three.Raycaster.prototype
    1577. object three.RectAreaLight.prototype
    1578. object three.RectAreaLightHelper.prototype
    1579. object three.RingBufferGeometry.prototype
    1580. object three.RingGeometry.prototype
    1581. object three.Scene.prototype
    1582. object three.SceneUtils
    1583. object three.ShaderChunk
    1584. object three.ShaderLib
    1585. object three.ShaderMaterial.prototype
    1586. object three.ShadowMaterial.prototype
    1587. object three.Shape.prototype
    1588. object three.ShapeBufferGeometry.prototype
    1589. object three.ShapeGeometry.prototype
    1590. object three.ShapePath.prototype
    1591. object three.ShapeUtils
    1592. object three.Skeleton.prototype
    1593. object three.SkeletonHelper.prototype
    1594. object three.SkinnedMesh.prototype
    1595. object three.Sphere.prototype
    1596. object three.SphereBufferGeometry.prototype
    1597. object three.SphereGeometry.prototype
    1598. object three.Spherical.prototype
    1599. object three.Spline.prototype
    1600. object three.SplineCurve.prototype
    1601. object three.SpotLight.prototype
    1602. object three.SpotLightHelper.prototype
    1603. object three.SpotLightShadow.prototype
    1604. object three.Sprite.prototype
    1605. object three.SpriteMaterial.prototype
    1606. object three.StereoCamera.prototype
    1607. object three.StringKeyframeTrack.prototype
    1608. object three.TetrahedronBufferGeometry.prototype
    1609. object three.TetrahedronGeometry.prototype
    1610. object three.TextGeometry.prototype
    1611. object three.Texture.prototype
    1612. object three.TextureLoader.prototype
    1613. object three.TorusBufferGeometry.prototype
    1614. object three.TorusGeometry.prototype
    1615. object three.TorusKnotBufferGeometry.prototype
    1616. object three.TorusKnotGeometry.prototype
    1617. object three.Triangle.prototype
    1618. object three.TubeBufferGeometry.prototype
    1619. object three.TubeGeometry.prototype
    1620. object three.Uint16BufferAttribute.prototype
    1621. object three.Uint32BufferAttribute.prototype
    1622. object three.Uint8BufferAttribute.prototype
    1623. object three.Uint8ClampedBufferAttribute.prototype
    1624. object three.Uniform.prototype
    1625. object three.UniformsLib
    1626. object three.UniformsUtils
    1627. object three.Vector2.prototype
    1628. object three.Vector3.prototype
    1629. object three.Vector4.prototype
    1630. object three.VectorKeyframeTrack.prototype
    1631. object three.VertexNormalsHelper.prototype
    1632. object three.VideoTexture.prototype
    1633. object three.WebGLRenderTarget.prototype
    1634. object three.WebGLRenderTargetCube.prototype
    1635. object three.WebGLRenderer.prototype
    1636. object three.WireframeGeometry.prototype
    1637. string three.REVISION
  2. module three.AmbientLight
    1. function three.AmbientLight ( color, intensity )
  3. module three.AmbientLight.prototype
    1. boolean three.AmbientLight.prototype.isAmbientLight
    2. function three.AmbientLight.prototype.constructor ( color, intensity )
  4. module three.AnimationClip
    1. function three.AnimationClip ( name, duration, tracks )
    2. function three.AnimationClip.CreateClipsFromMorphTargetSequences ( morphTargets, fps, noLoop )
    3. function three.AnimationClip.CreateFromMorphTargetSequence ( name, morphTargetSequence, fps, noLoop )
    4. function three.AnimationClip.findByName ( objectOrClipArray, name )
    5. function three.AnimationClip.parse ( json )
    6. function three.AnimationClip.parseAnimation ( animation, bones )
    7. function three.AnimationClip.toJSON ( clip )
  5. module three.AnimationClip.CreateClipsFromMorphTargetSequences
    1. function three.AnimationClip.CreateClipsFromMorphTargetSequences ( morphTargets, fps, noLoop )
  6. module three.AnimationClip.CreateFromMorphTargetSequence
    1. function three.AnimationClip.CreateFromMorphTargetSequence ( name, morphTargetSequence, fps, noLoop )
  7. module three.AnimationClip.findByName
    1. function three.AnimationClip.findByName ( objectOrClipArray, name )
  8. module three.AnimationClip.parse
    1. function three.AnimationClip.parse ( json )
  9. module three.AnimationClip.parseAnimation
    1. function three.AnimationClip.parseAnimation ( animation, bones )
  10. module three.AnimationClip.prototype
    1. function three.AnimationClip.prototype.constructor ( name, duration, tracks )
    2. function three.AnimationClip.prototype.optimize ()
    3. function three.AnimationClip.prototype.resetDuration ()
    4. function three.AnimationClip.prototype.trim ()
  11. module three.AnimationClip.prototype.optimize
    1. function three.AnimationClip.prototype.optimize ()
  12. module three.AnimationClip.prototype.resetDuration
    1. function three.AnimationClip.prototype.resetDuration ()
  13. module three.AnimationClip.prototype.trim
    1. function three.AnimationClip.prototype.trim ()
  14. module three.AnimationClip.toJSON
    1. function three.AnimationClip.toJSON ( clip )
  15. module three.AnimationMixer
    1. function three.AnimationMixer ( root )
  16. module three.AnimationMixer.prototype
    1. function three.AnimationMixer.prototype._activateAction ( action )
    2. function three.AnimationMixer.prototype._addInactiveAction ( action, clipUuid, rootUuid )
    3. function three.AnimationMixer.prototype._addInactiveBinding ( binding, rootUuid, trackName )
    4. function three.AnimationMixer.prototype._bindAction ( action, prototypeAction )
    5. function three.AnimationMixer.prototype._deactivateAction ( action )
    6. function three.AnimationMixer.prototype._initMemoryManager ()
    7. function three.AnimationMixer.prototype._isActiveAction ( action )
    8. function three.AnimationMixer.prototype._lendAction ( action )
    9. function three.AnimationMixer.prototype._lendBinding ( binding )
    10. function three.AnimationMixer.prototype._lendControlInterpolant ()
    11. function three.AnimationMixer.prototype._removeInactiveAction ( action )
    12. function three.AnimationMixer.prototype._removeInactiveBinding ( binding )
    13. function three.AnimationMixer.prototype._removeInactiveBindingsForAction ( action )
    14. function three.AnimationMixer.prototype._takeBackAction ( action )
    15. function three.AnimationMixer.prototype._takeBackBinding ( binding )
    16. function three.AnimationMixer.prototype._takeBackControlInterpolant ( interpolant )
    17. function three.AnimationMixer.prototype.addEventListener ( type, listener )
    18. function three.AnimationMixer.prototype.clipAction ( clip, optionalRoot )
    19. function three.AnimationMixer.prototype.constructor ( root )
    20. function three.AnimationMixer.prototype.dispatchEvent ( event )
    21. function three.AnimationMixer.prototype.existingAction ( clip, optionalRoot )
    22. function three.AnimationMixer.prototype.getRoot ()
    23. function three.AnimationMixer.prototype.hasEventListener ( type, listener )
    24. function three.AnimationMixer.prototype.removeEventListener ( type, listener )
    25. function three.AnimationMixer.prototype.stopAllAction ()
    26. function three.AnimationMixer.prototype.uncacheAction ( clip, optionalRoot )
    27. function three.AnimationMixer.prototype.uncacheClip ( clip )
    28. function three.AnimationMixer.prototype.uncacheRoot ( root )
    29. function three.AnimationMixer.prototype.update ( deltaTime )
    30. object three.AnimationMixer.prototype._controlInterpolantsResultBuffer
  17. module three.AnimationMixer.prototype._activateAction
    1. function three.AnimationMixer.prototype._activateAction ( action )
  18. module three.AnimationMixer.prototype._addInactiveAction
    1. function three.AnimationMixer.prototype._addInactiveAction ( action, clipUuid, rootUuid )
  19. module three.AnimationMixer.prototype._addInactiveBinding
    1. function three.AnimationMixer.prototype._addInactiveBinding ( binding, rootUuid, trackName )
  20. module three.AnimationMixer.prototype._bindAction
    1. function three.AnimationMixer.prototype._bindAction ( action, prototypeAction )
  21. module three.AnimationMixer.prototype._deactivateAction
    1. function three.AnimationMixer.prototype._deactivateAction ( action )
  22. module three.AnimationMixer.prototype._initMemoryManager
    1. function three.AnimationMixer.prototype._initMemoryManager ()
  23. module three.AnimationMixer.prototype._isActiveAction
    1. function three.AnimationMixer.prototype._isActiveAction ( action )
  24. module three.AnimationMixer.prototype._lendAction
    1. function three.AnimationMixer.prototype._lendAction ( action )
  25. module three.AnimationMixer.prototype._lendBinding
    1. function three.AnimationMixer.prototype._lendBinding ( binding )
  26. module three.AnimationMixer.prototype._lendControlInterpolant
    1. function three.AnimationMixer.prototype._lendControlInterpolant ()
  27. module three.AnimationMixer.prototype._removeInactiveAction
    1. function three.AnimationMixer.prototype._removeInactiveAction ( action )
  28. module three.AnimationMixer.prototype._removeInactiveBinding
    1. function three.AnimationMixer.prototype._removeInactiveBinding ( binding )
  29. module three.AnimationMixer.prototype._removeInactiveBindingsForAction
    1. function three.AnimationMixer.prototype._removeInactiveBindingsForAction ( action )
  30. module three.AnimationMixer.prototype._takeBackAction
    1. function three.AnimationMixer.prototype._takeBackAction ( action )
  31. module three.AnimationMixer.prototype._takeBackBinding
    1. function three.AnimationMixer.prototype._takeBackBinding ( binding )
  32. module three.AnimationMixer.prototype._takeBackControlInterpolant
    1. function three.AnimationMixer.prototype._takeBackControlInterpolant ( interpolant )
  33. module three.AnimationMixer.prototype.addEventListener
    1. function three.AnimationMixer.prototype.addEventListener ( type, listener )
  34. module three.AnimationMixer.prototype.clipAction
    1. function three.AnimationMixer.prototype.clipAction ( clip, optionalRoot )
  35. module three.AnimationMixer.prototype.dispatchEvent
    1. function three.AnimationMixer.prototype.dispatchEvent ( event )
  36. module three.AnimationMixer.prototype.existingAction
    1. function three.AnimationMixer.prototype.existingAction ( clip, optionalRoot )
  37. module three.AnimationMixer.prototype.getRoot
    1. function three.AnimationMixer.prototype.getRoot ()
  38. module three.AnimationMixer.prototype.hasEventListener
    1. function three.AnimationMixer.prototype.hasEventListener ( type, listener )
  39. module three.AnimationMixer.prototype.removeEventListener
    1. function three.AnimationMixer.prototype.removeEventListener ( type, listener )
  40. module three.AnimationMixer.prototype.stopAllAction
    1. function three.AnimationMixer.prototype.stopAllAction ()
  41. module three.AnimationMixer.prototype.uncacheAction
    1. function three.AnimationMixer.prototype.uncacheAction ( clip, optionalRoot )
  42. module three.AnimationMixer.prototype.uncacheClip
    1. function three.AnimationMixer.prototype.uncacheClip ( clip )
  43. module three.AnimationMixer.prototype.uncacheRoot
    1. function three.AnimationMixer.prototype.uncacheRoot ( root )
  44. module three.AnimationMixer.prototype.update
    1. function three.AnimationMixer.prototype.update ( deltaTime )
  45. module three.AnimationObjectGroup
    1. function three.AnimationObjectGroup ( var_args )
  46. module three.AnimationObjectGroup.prototype
    1. boolean three.AnimationObjectGroup.prototype.isAnimationObjectGroup
    2. function three.AnimationObjectGroup.prototype.add ( var_args )
    3. function three.AnimationObjectGroup.prototype.constructor ( var_args )
    4. function three.AnimationObjectGroup.prototype.remove ( var_args )
    5. function three.AnimationObjectGroup.prototype.subscribe_ ( path, parsedPath )
    6. function three.AnimationObjectGroup.prototype.uncache ( var_args )
    7. function three.AnimationObjectGroup.prototype.unsubscribe_ ( path )
  47. module three.AnimationObjectGroup.prototype.add
    1. function three.AnimationObjectGroup.prototype.add ( var_args )
  48. module three.AnimationObjectGroup.prototype.remove
    1. function three.AnimationObjectGroup.prototype.remove ( var_args )
  49. module three.AnimationObjectGroup.prototype.subscribe_
    1. function three.AnimationObjectGroup.prototype.subscribe_ ( path, parsedPath )
  50. module three.AnimationObjectGroup.prototype.uncache
    1. function three.AnimationObjectGroup.prototype.uncache ( var_args )
  51. module three.AnimationObjectGroup.prototype.unsubscribe_
    1. function three.AnimationObjectGroup.prototype.unsubscribe_ ( path )
  52. module three.AnimationUtils
    1. function three.AnimationUtils.arraySlice ( array, from, to )
    2. function three.AnimationUtils.convertArray ( array, type, forceClone )
    3. function three.AnimationUtils.flattenJSON ( jsonKeys, times, values, valuePropertyName )
    4. function three.AnimationUtils.getKeyframeOrder ( times )
    5. function three.AnimationUtils.isTypedArray ( object )
    6. function three.AnimationUtils.sortedArray ( values, stride, order )
  53. module three.AnimationUtils.arraySlice
    1. function three.AnimationUtils.arraySlice ( array, from, to )
  54. module three.AnimationUtils.convertArray
    1. function three.AnimationUtils.convertArray ( array, type, forceClone )
  55. module three.AnimationUtils.flattenJSON
    1. function three.AnimationUtils.flattenJSON ( jsonKeys, times, values, valuePropertyName )
  56. module three.AnimationUtils.getKeyframeOrder
    1. function three.AnimationUtils.getKeyframeOrder ( times )
  57. module three.AnimationUtils.isTypedArray
    1. function three.AnimationUtils.isTypedArray ( object )
  58. module three.AnimationUtils.sortedArray
    1. function three.AnimationUtils.sortedArray ( values, stride, order )
  59. module three.ArcCurve
    1. function three.ArcCurve ( aX, aY, aRadius, aStartAngle, aEndAngle, aClockwise )
  60. module three.ArcCurve.prototype
    1. function three.ArcCurve.prototype.constructor ( aX, aY, aRadius, aStartAngle, aEndAngle, aClockwise )
  61. module three.ArrowHelper
    1. function three.ArrowHelper ( dir, origin, length, color, headLength, headWidth )
  62. module three.ArrowHelper.prototype
    1. function three.ArrowHelper.prototype.constructor ( dir, origin, length, color, headLength, headWidth )
    2. function three.ArrowHelper.prototype.setColor ( color )
    3. function three.ArrowHelper.prototype.setDirection ( dir )
    4. function three.ArrowHelper.prototype.setLength ( length, headLength, headWidth )
  63. module three.ArrowHelper.prototype.setColor
    1. function three.ArrowHelper.prototype.setColor ( color )
  64. module three.ArrowHelper.prototype.setDirection
    1. function three.ArrowHelper.prototype.setDirection ( dir )
  65. module three.ArrowHelper.prototype.setLength
    1. function three.ArrowHelper.prototype.setLength ( length, headLength, headWidth )
  66. module three.Audio
    1. function three.Audio ( listener )
  67. module three.Audio.prototype
    1. function three.Audio.prototype.connect ()
    2. function three.Audio.prototype.constructor ( listener )
    3. function three.Audio.prototype.disconnect ()
    4. function three.Audio.prototype.getFilter ()
    5. function three.Audio.prototype.getFilters ()
    6. function three.Audio.prototype.getLoop ()
    7. function three.Audio.prototype.getOutput ()
    8. function three.Audio.prototype.getPlaybackRate ()
    9. function three.Audio.prototype.getVolume ()
    10. function three.Audio.prototype.load ( file )
    11. function three.Audio.prototype.onEnded ()
    12. function three.Audio.prototype.pause ()
    13. function three.Audio.prototype.play ()
    14. function three.Audio.prototype.setBuffer ( audioBuffer )
    15. function three.Audio.prototype.setFilter ( filter )
    16. function three.Audio.prototype.setFilters ( value )
    17. function three.Audio.prototype.setLoop ( value )
    18. function three.Audio.prototype.setNodeSource ( audioNode )
    19. function three.Audio.prototype.setPlaybackRate ( value )
    20. function three.Audio.prototype.setVolume ( value )
    21. function three.Audio.prototype.stop ()
  68. module three.Audio.prototype.connect
    1. function three.Audio.prototype.connect ()
  69. module three.Audio.prototype.disconnect
    1. function three.Audio.prototype.disconnect ()
  70. module three.Audio.prototype.getFilter
    1. function three.Audio.prototype.getFilter ()
  71. module three.Audio.prototype.getFilters
    1. function three.Audio.prototype.getFilters ()
  72. module three.Audio.prototype.getLoop
    1. function three.Audio.prototype.getLoop ()
  73. module three.Audio.prototype.getOutput
    1. function three.Audio.prototype.getOutput ()
  74. module three.Audio.prototype.getPlaybackRate
    1. function three.Audio.prototype.getPlaybackRate ()
  75. module three.Audio.prototype.getVolume
    1. function three.Audio.prototype.getVolume ()
  76. module three.Audio.prototype.load
    1. function three.Audio.prototype.load ( file )
  77. module three.Audio.prototype.onEnded
    1. function three.Audio.prototype.onEnded ()
  78. module three.Audio.prototype.pause
    1. function three.Audio.prototype.pause ()
  79. module three.Audio.prototype.play
    1. function three.Audio.prototype.play ()
  80. module three.Audio.prototype.setBuffer
    1. function three.Audio.prototype.setBuffer ( audioBuffer )
  81. module three.Audio.prototype.setFilter
    1. function three.Audio.prototype.setFilter ( filter )
  82. module three.Audio.prototype.setFilters
    1. function three.Audio.prototype.setFilters ( value )
  83. module three.Audio.prototype.setLoop
    1. function three.Audio.prototype.setLoop ( value )
  84. module three.Audio.prototype.setNodeSource
    1. function three.Audio.prototype.setNodeSource ( audioNode )
  85. module three.Audio.prototype.setPlaybackRate
    1. function three.Audio.prototype.setPlaybackRate ( value )
  86. module three.Audio.prototype.setVolume
    1. function three.Audio.prototype.setVolume ( value )
  87. module three.Audio.prototype.stop
    1. function three.Audio.prototype.stop ()
  88. module three.AudioAnalyser
    1. function three.AudioAnalyser ( audio, fftSize )
  89. module three.AudioAnalyser.prototype
    1. function three.AudioAnalyser.prototype.getAverageFrequency ()
    2. function three.AudioAnalyser.prototype.getData ()
    3. function three.AudioAnalyser.prototype.getFrequencyData ()
  90. module three.AudioAnalyser.prototype.getAverageFrequency
    1. function three.AudioAnalyser.prototype.getAverageFrequency ()
  91. module three.AudioAnalyser.prototype.getData
    1. function three.AudioAnalyser.prototype.getData ()
  92. module three.AudioAnalyser.prototype.getFrequencyData
    1. function three.AudioAnalyser.prototype.getFrequencyData ()
  93. module three.AudioContext
    1. function three.AudioContext.getContext ()
    2. function three.AudioContext.setContext ( value )
  94. module three.AudioContext.getContext
    1. function three.AudioContext.getContext ()
  95. module three.AudioContext.setContext
    1. function three.AudioContext.setContext ( value )
  96. module three.AudioListener
    1. function three.AudioListener ()
  97. module three.AudioListener.prototype
    1. function three.AudioListener.prototype.constructor ()
    2. function three.AudioListener.prototype.getFilter ()
    3. function three.AudioListener.prototype.getInput ()
    4. function three.AudioListener.prototype.getMasterVolume ()
    5. function three.AudioListener.prototype.removeFilter ( )
    6. function three.AudioListener.prototype.setFilter ( value )
    7. function three.AudioListener.prototype.setMasterVolume ( value )
    8. function three.AudioListener.prototype.updateMatrixWorld ( force )
  98. module three.AudioListener.prototype.getFilter
    1. function three.AudioListener.prototype.getFilter ()
  99. module three.AudioListener.prototype.getInput
    1. function three.AudioListener.prototype.getInput ()
  100. module three.AudioListener.prototype.getMasterVolume
    1. function three.AudioListener.prototype.getMasterVolume ()
  101. module three.AudioListener.prototype.removeFilter
    1. function three.AudioListener.prototype.removeFilter ( )
  102. module three.AudioListener.prototype.setFilter
    1. function three.AudioListener.prototype.setFilter ( value )
  103. module three.AudioListener.prototype.setMasterVolume
    1. function three.AudioListener.prototype.setMasterVolume ( value )
  104. module three.AudioListener.prototype.updateMatrixWorld
    1. function three.AudioListener.prototype.updateMatrixWorld ( force )
  105. module three.AudioLoader
    1. function three.AudioLoader ( manager )
  106. module three.AudioLoader.prototype
    1. function three.AudioLoader.prototype.load ( url, onLoad, onProgress, onError )
  107. module three.AudioLoader.prototype.load
    1. function three.AudioLoader.prototype.load ( url, onLoad, onProgress, onError )
  108. module three.AxisHelper
    1. function three.AxisHelper ( size )
  109. module three.AxisHelper.prototype
    1. function three.AxisHelper.prototype.constructor ( size )
  110. module three.BinaryTextureLoader
    1. function three.BinaryTextureLoader ( manager )
  111. module three.Bone
    1. function three.Bone ()
  112. module three.Bone.prototype
    1. boolean three.Bone.prototype.isBone
    2. function three.Bone.prototype.constructor ()
  113. module three.BooleanKeyframeTrack
    1. function three.BooleanKeyframeTrack ( name, times, values )
  114. module three.BooleanKeyframeTrack.prototype
    1. function three.BooleanKeyframeTrack.prototype.ValueBufferType ()
    2. function three.BooleanKeyframeTrack.prototype.constructor ( name, times, values )
    3. number three.BooleanKeyframeTrack.prototype.DefaultInterpolation
    4. string three.BooleanKeyframeTrack.prototype.ValueTypeName
  115. module three.BooleanKeyframeTrack.prototype.ValueBufferType
    1. function three.BooleanKeyframeTrack.prototype.ValueBufferType ()
  116. module three.BoundingBoxHelper
    1. function three.BoundingBoxHelper ( object, color )
  117. module three.Box2
    1. function three.Box2 ( min, max )
  118. module three.Box2.prototype
    1. function three.Box2.prototype.center ( optionalTarget )
    2. function three.Box2.prototype.clampPoint ( point, optionalTarget )
    3. function three.Box2.prototype.clone ()
    4. function three.Box2.prototype.constructor ( min, max )
    5. function three.Box2.prototype.containsBox ( box )
    6. function three.Box2.prototype.containsPoint ( point )
    7. function three.Box2.prototype.copy ( box )
    8. function three.Box2.prototype.distanceToPoint ( point )
    9. function three.Box2.prototype.empty ()
    10. function three.Box2.prototype.equals ( box )
    11. function three.Box2.prototype.expandByPoint ( point )
    12. function three.Box2.prototype.expandByScalar ( scalar )
    13. function three.Box2.prototype.expandByVector ( vector )
    14. function three.Box2.prototype.getCenter ( optionalTarget )
    15. function three.Box2.prototype.getParameter ( point, optionalTarget )
    16. function three.Box2.prototype.getSize ( optionalTarget )
    17. function three.Box2.prototype.intersect ( box )
    18. function three.Box2.prototype.intersectsBox ( box )
    19. function three.Box2.prototype.isEmpty ()
    20. function three.Box2.prototype.isIntersectionBox ( box )
    21. function three.Box2.prototype.makeEmpty ()
    22. function three.Box2.prototype.set ( min, max )
    23. function three.Box2.prototype.setFromCenterAndSize ( center, size )
    24. function three.Box2.prototype.setFromPoints ( points )
    25. function three.Box2.prototype.size ( optionalTarget )
    26. function three.Box2.prototype.translate ( offset )
    27. function three.Box2.prototype.union ( box )
  119. module three.Box2.prototype.center
    1. function three.Box2.prototype.center ( optionalTarget )
  120. module three.Box2.prototype.clampPoint
    1. function three.Box2.prototype.clampPoint ( point, optionalTarget )
  121. module three.Box2.prototype.clone
    1. function three.Box2.prototype.clone ()
  122. module three.Box2.prototype.containsBox
    1. function three.Box2.prototype.containsBox ( box )
  123. module three.Box2.prototype.containsPoint
    1. function three.Box2.prototype.containsPoint ( point )
  124. module three.Box2.prototype.copy
    1. function three.Box2.prototype.copy ( box )
  125. module three.Box2.prototype.distanceToPoint
    1. function three.Box2.prototype.distanceToPoint ( point )
  126. module three.Box2.prototype.empty
    1. function three.Box2.prototype.empty ()
  127. module three.Box2.prototype.equals
    1. function three.Box2.prototype.equals ( box )
  128. module three.Box2.prototype.expandByPoint
    1. function three.Box2.prototype.expandByPoint ( point )
  129. module three.Box2.prototype.expandByScalar
    1. function three.Box2.prototype.expandByScalar ( scalar )
  130. module three.Box2.prototype.expandByVector
    1. function three.Box2.prototype.expandByVector ( vector )
  131. module three.Box2.prototype.getCenter
    1. function three.Box2.prototype.getCenter ( optionalTarget )
  132. module three.Box2.prototype.getParameter
    1. function three.Box2.prototype.getParameter ( point, optionalTarget )
  133. module three.Box2.prototype.getSize
    1. function three.Box2.prototype.getSize ( optionalTarget )
  134. module three.Box2.prototype.intersect
    1. function three.Box2.prototype.intersect ( box )
  135. module three.Box2.prototype.intersectsBox
    1. function three.Box2.prototype.intersectsBox ( box )
  136. module three.Box2.prototype.isEmpty
    1. function three.Box2.prototype.isEmpty ()
  137. module three.Box2.prototype.isIntersectionBox
    1. function three.Box2.prototype.isIntersectionBox ( box )
  138. module three.Box2.prototype.makeEmpty
    1. function three.Box2.prototype.makeEmpty ()
  139. module three.Box2.prototype.set
    1. function three.Box2.prototype.set ( min, max )
  140. module three.Box2.prototype.setFromCenterAndSize
    1. function three.Box2.prototype.setFromCenterAndSize ( center, size )
  141. module three.Box2.prototype.setFromPoints
    1. function three.Box2.prototype.setFromPoints ( points )
  142. module three.Box2.prototype.size
    1. function three.Box2.prototype.size ( optionalTarget )
  143. module three.Box2.prototype.translate
    1. function three.Box2.prototype.translate ( offset )
  144. module three.Box2.prototype.union
    1. function three.Box2.prototype.union ( box )
  145. module three.Box3
    1. function three.Box3 ( min, max )
  146. module three.Box3.prototype
    1. boolean three.Box3.prototype.isBox3
    2. function three.Box3.prototype.applyMatrix4 ( matrix )
    3. function three.Box3.prototype.center ( optionalTarget )
    4. function three.Box3.prototype.clampPoint ( point, optionalTarget )
    5. function three.Box3.prototype.clone ()
    6. function three.Box3.prototype.constructor ( min, max )
    7. function three.Box3.prototype.containsBox ( box )
    8. function three.Box3.prototype.containsPoint ( point )
    9. function three.Box3.prototype.copy ( box )
    10. function three.Box3.prototype.distanceToPoint ( point )
    11. function three.Box3.prototype.empty ()
    12. function three.Box3.prototype.equals ( box )
    13. function three.Box3.prototype.expandByObject ( object )
    14. function three.Box3.prototype.expandByPoint ( point )
    15. function three.Box3.prototype.expandByScalar ( scalar )
    16. function three.Box3.prototype.expandByVector ( vector )
    17. function three.Box3.prototype.getBoundingSphere ( optionalTarget )
    18. function three.Box3.prototype.getCenter ( optionalTarget )
    19. function three.Box3.prototype.getParameter ( point, optionalTarget )
    20. function three.Box3.prototype.getSize ( optionalTarget )
    21. function three.Box3.prototype.intersect ( box )
    22. function three.Box3.prototype.intersectsBox ( box )
    23. function three.Box3.prototype.intersectsPlane ( plane )
    24. function three.Box3.prototype.intersectsSphere ( sphere )
    25. function three.Box3.prototype.isEmpty ()
    26. function three.Box3.prototype.isIntersectionBox ( box )
    27. function three.Box3.prototype.isIntersectionSphere ( sphere )
    28. function three.Box3.prototype.makeEmpty ()
    29. function three.Box3.prototype.set ( min, max )
    30. function three.Box3.prototype.setFromArray ( array )
    31. function three.Box3.prototype.setFromBufferAttribute ( attribute )
    32. function three.Box3.prototype.setFromCenterAndSize ( center, size )
    33. function three.Box3.prototype.setFromObject ( object )
    34. function three.Box3.prototype.setFromPoints ( points )
    35. function three.Box3.prototype.size ( optionalTarget )
    36. function three.Box3.prototype.translate ( offset )
    37. function three.Box3.prototype.union ( box )
  147. module three.Box3.prototype.applyMatrix4
    1. function three.Box3.prototype.applyMatrix4 ( matrix )
  148. module three.Box3.prototype.center
    1. function three.Box3.prototype.center ( optionalTarget )
  149. module three.Box3.prototype.clampPoint
    1. function three.Box3.prototype.clampPoint ( point, optionalTarget )
  150. module three.Box3.prototype.clone
    1. function three.Box3.prototype.clone ()
  151. module three.Box3.prototype.containsBox
    1. function three.Box3.prototype.containsBox ( box )
  152. module three.Box3.prototype.containsPoint
    1. function three.Box3.prototype.containsPoint ( point )
  153. module three.Box3.prototype.copy
    1. function three.Box3.prototype.copy ( box )
  154. module three.Box3.prototype.distanceToPoint
    1. function three.Box3.prototype.distanceToPoint ( point )
  155. module three.Box3.prototype.empty
    1. function three.Box3.prototype.empty ()
  156. module three.Box3.prototype.equals
    1. function three.Box3.prototype.equals ( box )
  157. module three.Box3.prototype.expandByObject
    1. function three.Box3.prototype.expandByObject ( object )
  158. module three.Box3.prototype.expandByPoint
    1. function three.Box3.prototype.expandByPoint ( point )
  159. module three.Box3.prototype.expandByScalar
    1. function three.Box3.prototype.expandByScalar ( scalar )
  160. module three.Box3.prototype.expandByVector
    1. function three.Box3.prototype.expandByVector ( vector )
  161. module three.Box3.prototype.getBoundingSphere
    1. function three.Box3.prototype.getBoundingSphere ( optionalTarget )
  162. module three.Box3.prototype.getCenter
    1. function three.Box3.prototype.getCenter ( optionalTarget )
  163. module three.Box3.prototype.getParameter
    1. function three.Box3.prototype.getParameter ( point, optionalTarget )
  164. module three.Box3.prototype.getSize
    1. function three.Box3.prototype.getSize ( optionalTarget )
  165. module three.Box3.prototype.intersect
    1. function three.Box3.prototype.intersect ( box )
  166. module three.Box3.prototype.intersectsBox
    1. function three.Box3.prototype.intersectsBox ( box )
  167. module three.Box3.prototype.intersectsPlane
    1. function three.Box3.prototype.intersectsPlane ( plane )
  168. module three.Box3.prototype.intersectsSphere
    1. function three.Box3.prototype.intersectsSphere ( sphere )
  169. module three.Box3.prototype.isEmpty
    1. function three.Box3.prototype.isEmpty ()
  170. module three.Box3.prototype.isIntersectionBox
    1. function three.Box3.prototype.isIntersectionBox ( box )
  171. module three.Box3.prototype.isIntersectionSphere
    1. function three.Box3.prototype.isIntersectionSphere ( sphere )
  172. module three.Box3.prototype.makeEmpty
    1. function three.Box3.prototype.makeEmpty ()
  173. module three.Box3.prototype.set
    1. function three.Box3.prototype.set ( min, max )
  174. module three.Box3.prototype.setFromArray
    1. function three.Box3.prototype.setFromArray ( array )
  175. module three.Box3.prototype.setFromBufferAttribute
    1. function three.Box3.prototype.setFromBufferAttribute ( attribute )
  176. module three.Box3.prototype.setFromCenterAndSize
    1. function three.Box3.prototype.setFromCenterAndSize ( center, size )
  177. module three.Box3.prototype.setFromObject
    1. function three.Box3.prototype.setFromObject ( object )
  178. module three.Box3.prototype.setFromPoints
    1. function three.Box3.prototype.setFromPoints ( points )
  179. module three.Box3.prototype.size
    1. function three.Box3.prototype.size ( optionalTarget )
  180. module three.Box3.prototype.translate
    1. function three.Box3.prototype.translate ( offset )
  181. module three.Box3.prototype.union
    1. function three.Box3.prototype.union ( box )
  182. module three.BoxBufferGeometry
    1. function three.BoxBufferGeometry ( width, height, depth, widthSegments, heightSegments, depthSegments )
  183. module three.BoxBufferGeometry.prototype
    1. function three.BoxBufferGeometry.prototype.constructor ( width, height, depth, widthSegments, heightSegments, depthSegments )
  184. module three.BoxGeometry
    1. function three.BoxGeometry ( width, height, depth, widthSegments, heightSegments, depthSegments )
  185. module three.BoxGeometry.prototype
    1. function three.BoxGeometry.prototype.constructor ( width, height, depth, widthSegments, heightSegments, depthSegments )
  186. module three.BoxHelper
    1. function three.BoxHelper ( object, color )
  187. module three.BoxHelper.prototype
    1. function three.BoxHelper.prototype.constructor ( object, color )
    2. function three.BoxHelper.prototype.update ( object )
  188. module three.BoxHelper.prototype.update
    1. function three.BoxHelper.prototype.update ( object )
  189. module three.BufferAttribute
    1. function three.BufferAttribute ( array, itemSize, normalized )
  190. module three.BufferAttribute.prototype
    1. boolean three.BufferAttribute.prototype.isBufferAttribute
    2. function three.BufferAttribute.prototype.clone ()
    3. function three.BufferAttribute.prototype.constructor ( array, itemSize, normalized )
    4. function three.BufferAttribute.prototype.copy ( source )
    5. function three.BufferAttribute.prototype.copyArray ( array )
    6. function three.BufferAttribute.prototype.copyAt ( index1, attribute, index2 )
    7. function three.BufferAttribute.prototype.copyColorsArray ( colors )
    8. function three.BufferAttribute.prototype.copyIndicesArray ( indices )
    9. function three.BufferAttribute.prototype.copyVector2sArray ( vectors )
    10. function three.BufferAttribute.prototype.copyVector3sArray ( vectors )
    11. function three.BufferAttribute.prototype.copyVector4sArray ( vectors )
    12. function three.BufferAttribute.prototype.getW ( index )
    13. function three.BufferAttribute.prototype.getX ( index )
    14. function three.BufferAttribute.prototype.getY ( index )
    15. function three.BufferAttribute.prototype.getZ ( index )
    16. function three.BufferAttribute.prototype.onUpload ( callback )
    17. function three.BufferAttribute.prototype.set ( value, offset )
    18. function three.BufferAttribute.prototype.setArray ( array )
    19. function three.BufferAttribute.prototype.setDynamic ( value )
    20. function three.BufferAttribute.prototype.setW ( index, w )
    21. function three.BufferAttribute.prototype.setX ( index, x )
    22. function three.BufferAttribute.prototype.setXY ( index, x, y )
    23. function three.BufferAttribute.prototype.setXYZ ( index, x, y, z )
    24. function three.BufferAttribute.prototype.setXYZW ( index, x, y, z, w )
    25. function three.BufferAttribute.prototype.setY ( index, y )
    26. function three.BufferAttribute.prototype.setZ ( index, z )
  191. module three.BufferAttribute.prototype.clone
    1. function three.BufferAttribute.prototype.clone ()
  192. module three.BufferAttribute.prototype.copy
    1. function three.BufferAttribute.prototype.copy ( source )
  193. module three.BufferAttribute.prototype.copyArray
    1. function three.BufferAttribute.prototype.copyArray ( array )
  194. module three.BufferAttribute.prototype.copyAt
    1. function three.BufferAttribute.prototype.copyAt ( index1, attribute, index2 )
  195. module three.BufferAttribute.prototype.copyColorsArray
    1. function three.BufferAttribute.prototype.copyColorsArray ( colors )
  196. module three.BufferAttribute.prototype.copyIndicesArray
    1. function three.BufferAttribute.prototype.copyIndicesArray ( indices )
  197. module three.BufferAttribute.prototype.copyVector2sArray
    1. function three.BufferAttribute.prototype.copyVector2sArray ( vectors )
  198. module three.BufferAttribute.prototype.copyVector3sArray
    1. function three.BufferAttribute.prototype.copyVector3sArray ( vectors )
  199. module three.BufferAttribute.prototype.copyVector4sArray
    1. function three.BufferAttribute.prototype.copyVector4sArray ( vectors )
  200. module three.BufferAttribute.prototype.getW
    1. function three.BufferAttribute.prototype.getW ( index )
  201. module three.BufferAttribute.prototype.getX
    1. function three.BufferAttribute.prototype.getX ( index )
  202. module three.BufferAttribute.prototype.getY
    1. function three.BufferAttribute.prototype.getY ( index )
  203. module three.BufferAttribute.prototype.getZ
    1. function three.BufferAttribute.prototype.getZ ( index )
  204. module three.BufferAttribute.prototype.onUpload
    1. function three.BufferAttribute.prototype.onUpload ( callback )
  205. module three.BufferAttribute.prototype.set
    1. function three.BufferAttribute.prototype.set ( value, offset )
  206. module three.BufferAttribute.prototype.setArray
    1. function three.BufferAttribute.prototype.setArray ( array )
  207. module three.BufferAttribute.prototype.setDynamic
    1. function three.BufferAttribute.prototype.setDynamic ( value )
  208. module three.BufferAttribute.prototype.setW
    1. function three.BufferAttribute.prototype.setW ( index, w )
  209. module three.BufferAttribute.prototype.setX
    1. function three.BufferAttribute.prototype.setX ( index, x )
  210. module three.BufferAttribute.prototype.setXY
    1. function three.BufferAttribute.prototype.setXY ( index, x, y )
  211. module three.BufferAttribute.prototype.setXYZ
    1. function three.BufferAttribute.prototype.setXYZ ( index, x, y, z )
  212. module three.BufferAttribute.prototype.setXYZW
    1. function three.BufferAttribute.prototype.setXYZW ( index, x, y, z, w )
  213. module three.BufferAttribute.prototype.setY
    1. function three.BufferAttribute.prototype.setY ( index, y )
  214. module three.BufferAttribute.prototype.setZ
    1. function three.BufferAttribute.prototype.setZ ( index, z )
  215. module three.BufferGeometry
    1. function three.BufferGeometry ()
    2. number three.BufferGeometry.MaxIndex
  216. module three.BufferGeometry.prototype
    1. boolean three.BufferGeometry.prototype.isBufferGeometry
    2. function three.BufferGeometry.prototype.addAttribute ( name, attribute )
    3. function three.BufferGeometry.prototype.addDrawCall ( start, count, indexOffset )
    4. function three.BufferGeometry.prototype.addEventListener ( type, listener )
    5. function three.BufferGeometry.prototype.addGroup ( start, count, materialIndex )
    6. function three.BufferGeometry.prototype.addIndex ( index )
    7. function three.BufferGeometry.prototype.applyMatrix ( matrix )
    8. function three.BufferGeometry.prototype.center ()
    9. function three.BufferGeometry.prototype.clearDrawCalls ()
    10. function three.BufferGeometry.prototype.clearGroups ()
    11. function three.BufferGeometry.prototype.clone ()
    12. function three.BufferGeometry.prototype.computeBoundingBox ()
    13. function three.BufferGeometry.prototype.computeBoundingSphere ()
    14. function three.BufferGeometry.prototype.computeFaceNormals ()
    15. function three.BufferGeometry.prototype.computeOffsets ()
    16. function three.BufferGeometry.prototype.computeTangents ()
    17. function three.BufferGeometry.prototype.computeVertexNormals ()
    18. function three.BufferGeometry.prototype.constructor ()
    19. function three.BufferGeometry.prototype.copy ( source )
    20. function three.BufferGeometry.prototype.dispatchEvent ( event )
    21. function three.BufferGeometry.prototype.dispose ()
    22. function three.BufferGeometry.prototype.fromDirectGeometry ( geometry )
    23. function three.BufferGeometry.prototype.fromGeometry ( geometry )
    24. function three.BufferGeometry.prototype.getAttribute ( name )
    25. function three.BufferGeometry.prototype.getIndex ()
    26. function three.BufferGeometry.prototype.hasEventListener ( type, listener )
    27. function three.BufferGeometry.prototype.lookAt ( vector )
    28. function three.BufferGeometry.prototype.merge ( geometry, offset )
    29. function three.BufferGeometry.prototype.normalizeNormals ()
    30. function three.BufferGeometry.prototype.removeAttribute ( name )
    31. function three.BufferGeometry.prototype.removeEventListener ( type, listener )
    32. function three.BufferGeometry.prototype.rotateX ( angle )
    33. function three.BufferGeometry.prototype.rotateY ( angle )
    34. function three.BufferGeometry.prototype.rotateZ ( angle )
    35. function three.BufferGeometry.prototype.scale ( x, y, z )
    36. function three.BufferGeometry.prototype.setDrawRange ( start, count )
    37. function three.BufferGeometry.prototype.setFromObject ( object )
    38. function three.BufferGeometry.prototype.setIndex ( index )
    39. function three.BufferGeometry.prototype.toJSON ()
    40. function three.BufferGeometry.prototype.toNonIndexed ()
    41. function three.BufferGeometry.prototype.translate ( x, y, z )
    42. function three.BufferGeometry.prototype.updateFromObject ( object )
  217. module three.BufferGeometry.prototype.addAttribute
    1. function three.BufferGeometry.prototype.addAttribute ( name, attribute )
  218. module three.BufferGeometry.prototype.addDrawCall
    1. function three.BufferGeometry.prototype.addDrawCall ( start, count, indexOffset )
  219. module three.BufferGeometry.prototype.addGroup
    1. function three.BufferGeometry.prototype.addGroup ( start, count, materialIndex )
  220. module three.BufferGeometry.prototype.addIndex
    1. function three.BufferGeometry.prototype.addIndex ( index )
  221. module three.BufferGeometry.prototype.applyMatrix
    1. function three.BufferGeometry.prototype.applyMatrix ( matrix )
  222. module three.BufferGeometry.prototype.center
    1. function three.BufferGeometry.prototype.center ()
  223. module three.BufferGeometry.prototype.clearDrawCalls
    1. function three.BufferGeometry.prototype.clearDrawCalls ()
  224. module three.BufferGeometry.prototype.clearGroups
    1. function three.BufferGeometry.prototype.clearGroups ()
  225. module three.BufferGeometry.prototype.clone
    1. function three.BufferGeometry.prototype.clone ()
  226. module three.BufferGeometry.prototype.computeBoundingBox
    1. function three.BufferGeometry.prototype.computeBoundingBox ()
  227. module three.BufferGeometry.prototype.computeBoundingSphere
    1. function three.BufferGeometry.prototype.computeBoundingSphere ()
  228. module three.BufferGeometry.prototype.computeFaceNormals
    1. function three.BufferGeometry.prototype.computeFaceNormals ()
  229. module three.BufferGeometry.prototype.computeOffsets
    1. function three.BufferGeometry.prototype.computeOffsets ()
  230. module three.BufferGeometry.prototype.computeTangents
    1. function three.BufferGeometry.prototype.computeTangents ()
  231. module three.BufferGeometry.prototype.computeVertexNormals
    1. function three.BufferGeometry.prototype.computeVertexNormals ()
  232. module three.BufferGeometry.prototype.copy
    1. function three.BufferGeometry.prototype.copy ( source )
  233. module three.BufferGeometry.prototype.dispose
    1. function three.BufferGeometry.prototype.dispose ()
  234. module three.BufferGeometry.prototype.fromDirectGeometry
    1. function three.BufferGeometry.prototype.fromDirectGeometry ( geometry )
  235. module three.BufferGeometry.prototype.fromGeometry
    1. function three.BufferGeometry.prototype.fromGeometry ( geometry )
  236. module three.BufferGeometry.prototype.getAttribute
    1. function three.BufferGeometry.prototype.getAttribute ( name )
  237. module three.BufferGeometry.prototype.getIndex
    1. function three.BufferGeometry.prototype.getIndex ()
  238. module three.BufferGeometry.prototype.lookAt
    1. function three.BufferGeometry.prototype.lookAt ( vector )
  239. module three.BufferGeometry.prototype.merge
    1. function three.BufferGeometry.prototype.merge ( geometry, offset )
  240. module three.BufferGeometry.prototype.normalizeNormals
    1. function three.BufferGeometry.prototype.normalizeNormals ()
  241. module three.BufferGeometry.prototype.removeAttribute
    1. function three.BufferGeometry.prototype.removeAttribute ( name )
  242. module three.BufferGeometry.prototype.rotateX
    1. function three.BufferGeometry.prototype.rotateX ( angle )
  243. module three.BufferGeometry.prototype.rotateY
    1. function three.BufferGeometry.prototype.rotateY ( angle )
  244. module three.BufferGeometry.prototype.rotateZ
    1. function three.BufferGeometry.prototype.rotateZ ( angle )
  245. module three.BufferGeometry.prototype.scale
    1. function three.BufferGeometry.prototype.scale ( x, y, z )
  246. module three.BufferGeometry.prototype.setDrawRange
    1. function three.BufferGeometry.prototype.setDrawRange ( start, count )
  247. module three.BufferGeometry.prototype.setFromObject
    1. function three.BufferGeometry.prototype.setFromObject ( object )
  248. module three.BufferGeometry.prototype.setIndex
    1. function three.BufferGeometry.prototype.setIndex ( index )
  249. module three.BufferGeometry.prototype.toJSON
    1. function three.BufferGeometry.prototype.toJSON ()
  250. module three.BufferGeometry.prototype.toNonIndexed
    1. function three.BufferGeometry.prototype.toNonIndexed ()
  251. module three.BufferGeometry.prototype.translate
    1. function three.BufferGeometry.prototype.translate ( x, y, z )
  252. module three.BufferGeometry.prototype.updateFromObject
    1. function three.BufferGeometry.prototype.updateFromObject ( object )
  253. module three.BufferGeometryLoader
    1. function three.BufferGeometryLoader ( manager )
  254. module three.BufferGeometryLoader.prototype
    1. function three.BufferGeometryLoader.prototype.load ( url, onLoad, onProgress, onError )
    2. function three.BufferGeometryLoader.prototype.parse ( json )
  255. module three.BufferGeometryLoader.prototype.load
    1. function three.BufferGeometryLoader.prototype.load ( url, onLoad, onProgress, onError )
  256. module three.BufferGeometryLoader.prototype.parse
    1. function three.BufferGeometryLoader.prototype.parse ( json )
  257. module three.Cache
    1. boolean three.Cache.enabled
    2. function three.Cache.add ( key, file )
    3. function three.Cache.clear ()
    4. function three.Cache.get ( key )
    5. function three.Cache.remove ( key )
    6. object three.Cache.files
  258. module three.Cache.add
    1. function three.Cache.add ( key, file )
  259. module three.Cache.clear
    1. function three.Cache.clear ()
  260. module three.Cache.get
    1. function three.Cache.get ( key )
  261. module three.Cache.remove
    1. function three.Cache.remove ( key )
  262. module three.Camera
    1. function three.Camera ()
  263. module three.Camera.prototype
    1. boolean three.Camera.prototype.isCamera
    2. function three.Camera.prototype.clone ()
    3. function three.Camera.prototype.constructor ()
    4. function three.Camera.prototype.copy ( source )
    5. function three.Camera.prototype.getWorldDirection ( optionalTarget )
    6. function three.Camera.prototype.lookAt ( vector )
  264. module three.Camera.prototype.clone
    1. function three.Camera.prototype.clone ()
  265. module three.Camera.prototype.copy
    1. function three.Camera.prototype.copy ( source )
  266. module three.Camera.prototype.getWorldDirection
    1. function three.Camera.prototype.getWorldDirection ( optionalTarget )
  267. module three.Camera.prototype.lookAt
    1. function three.Camera.prototype.lookAt ( vector )
  268. module three.CameraHelper
    1. function three.CameraHelper ( camera )
  269. module three.CameraHelper.prototype
    1. function three.CameraHelper.prototype.constructor ( camera )
    2. function three.CameraHelper.prototype.update ()
  270. module three.CameraHelper.prototype.update
    1. function three.CameraHelper.prototype.update ()
  271. module three.CanvasRenderer
    1. function three.CanvasRenderer ()
  272. module three.CanvasTexture
    1. function three.CanvasTexture ( canvas, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy )
  273. module three.CanvasTexture.prototype
    1. function three.CanvasTexture.prototype.constructor ( canvas, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy )
  274. module three.CatmullRomCurve3
    1. function three.CatmullRomCurve3 ( p)
  275. module three.CatmullRomCurve3.prototype
    1. function three.CatmullRomCurve3.prototype.constructor ( p)
    2. function three.CatmullRomCurve3.prototype.getPoint ( t )
  276. module three.CatmullRomCurve3.prototype.getPoint
    1. function three.CatmullRomCurve3.prototype.getPoint ( t )
  277. module three.CircleBufferGeometry
    1. function three.CircleBufferGeometry ( radius, segments, thetaStart, thetaLength )
  278. module three.CircleBufferGeometry.prototype
    1. function three.CircleBufferGeometry.prototype.constructor ( radius, segments, thetaStart, thetaLength )
  279. module three.CircleGeometry
    1. function three.CircleGeometry ( radius, segments, thetaStart, thetaLength )
  280. module three.CircleGeometry.prototype
    1. function three.CircleGeometry.prototype.constructor ( radius, segments, thetaStart, thetaLength )
  281. module three.Clock
    1. function three.Clock ( autoStart )
  282. module three.Clock.prototype
    1. function three.Clock.prototype.constructor ( autoStart )
    2. function three.Clock.prototype.getDelta ()
    3. function three.Clock.prototype.getElapsedTime ()
    4. function three.Clock.prototype.start ()
    5. function three.Clock.prototype.stop ()
  283. module three.Clock.prototype.getDelta
    1. function three.Clock.prototype.getDelta ()
  284. module three.Clock.prototype.getElapsedTime
    1. function three.Clock.prototype.getElapsedTime ()
  285. module three.Clock.prototype.start
    1. function three.Clock.prototype.start ()
  286. module three.Clock.prototype.stop
    1. function three.Clock.prototype.stop ()
  287. module three.ClosedSplineCurve3
    1. function three.ClosedSplineCurve3 ( points )
  288. module three.Color
    1. function three.Color ( r, g, b )
  289. module three.Color.prototype
    1. boolean three.Color.prototype.isColor
    2. function three.Color.prototype.add ( color )
    3. function three.Color.prototype.addColors ( color1, color2 )
    4. function three.Color.prototype.addScalar ( s )
    5. function three.Color.prototype.clone ()
    6. function three.Color.prototype.constructor ( r, g, b )
    7. function three.Color.prototype.convertGammaToLinear ()
    8. function three.Color.prototype.convertLinearToGamma ()
    9. function three.Color.prototype.copy ( color )
    10. function three.Color.prototype.copyGammaToLinear ( color, gammaFactor )
    11. function three.Color.prototype.copyLinearToGamma ( color, gammaFactor )
    12. function three.Color.prototype.equals ( c )
    13. function three.Color.prototype.fromArray ( array, offset )
    14. function three.Color.prototype.getHSL ( optionalTarget )
    15. function three.Color.prototype.getHex ()
    16. function three.Color.prototype.getHexString ()
    17. function three.Color.prototype.getStyle ()
    18. function three.Color.prototype.lerp ( color, alpha )
    19. function three.Color.prototype.multiply ( color )
    20. function three.Color.prototype.multiplyScalar ( s )
    21. function three.Color.prototype.offsetHSL ( h, s, l )
    22. function three.Color.prototype.set ( value )
    23. function three.Color.prototype.setHSL ( h, s, l )
    24. function three.Color.prototype.setHex ( hex )
    25. function three.Color.prototype.setRGB ( r, g, b )
    26. function three.Color.prototype.setScalar ( scalar )
    27. function three.Color.prototype.setStyle ( style )
    28. function three.Color.prototype.sub ( color )
    29. function three.Color.prototype.toArray ( array, offset )
    30. function three.Color.prototype.toJSON ()
    31. number three.Color.prototype.b
    32. number three.Color.prototype.g
    33. number three.Color.prototype.r
  290. module three.Color.prototype.add
    1. function three.Color.prototype.add ( color )
  291. module three.Color.prototype.addColors
    1. function three.Color.prototype.addColors ( color1, color2 )
  292. module three.Color.prototype.addScalar
    1. function three.Color.prototype.addScalar ( s )
  293. module three.Color.prototype.clone
    1. function three.Color.prototype.clone ()
  294. module three.Color.prototype.convertGammaToLinear
    1. function three.Color.prototype.convertGammaToLinear ()
  295. module three.Color.prototype.convertLinearToGamma
    1. function three.Color.prototype.convertLinearToGamma ()
  296. module three.Color.prototype.copy
    1. function three.Color.prototype.copy ( color )
  297. module three.Color.prototype.copyGammaToLinear
    1. function three.Color.prototype.copyGammaToLinear ( color, gammaFactor )
  298. module three.Color.prototype.copyLinearToGamma
    1. function three.Color.prototype.copyLinearToGamma ( color, gammaFactor )
  299. module three.Color.prototype.equals
    1. function three.Color.prototype.equals ( c )
  300. module three.Color.prototype.fromArray
    1. function three.Color.prototype.fromArray ( array, offset )
  301. module three.Color.prototype.getHSL
    1. function three.Color.prototype.getHSL ( optionalTarget )
  302. module three.Color.prototype.getHex
    1. function three.Color.prototype.getHex ()
  303. module three.Color.prototype.getHexString
    1. function three.Color.prototype.getHexString ()
  304. module three.Color.prototype.getStyle
    1. function three.Color.prototype.getStyle ()
  305. module three.Color.prototype.lerp
    1. function three.Color.prototype.lerp ( color, alpha )
  306. module three.Color.prototype.multiply
    1. function three.Color.prototype.multiply ( color )
  307. module three.Color.prototype.multiplyScalar
    1. function three.Color.prototype.multiplyScalar ( s )
  308. module three.Color.prototype.offsetHSL
    1. function three.Color.prototype.offsetHSL ( h, s, l )
  309. module three.Color.prototype.set
    1. function three.Color.prototype.set ( value )
  310. module three.Color.prototype.setHSL
    1. function three.Color.prototype.setHSL ( h, s, l )
  311. module three.Color.prototype.setHex
    1. function three.Color.prototype.setHex ( hex )
  312. module three.Color.prototype.setRGB
    1. function three.Color.prototype.setRGB ( r, g, b )
  313. module three.Color.prototype.setScalar
    1. function three.Color.prototype.setScalar ( scalar )
  314. module three.Color.prototype.setStyle
    1. function three.Color.prototype.setStyle ( style )
  315. module three.Color.prototype.sub
    1. function three.Color.prototype.sub ( color )
  316. module three.Color.prototype.toArray
    1. function three.Color.prototype.toArray ( array, offset )
  317. module three.Color.prototype.toJSON
    1. function three.Color.prototype.toJSON ()
  318. module three.ColorKeyframeTrack
    1. function three.ColorKeyframeTrack ( name, times, values, interpolation )
  319. module three.ColorKeyframeTrack.prototype
    1. function three.ColorKeyframeTrack.prototype.constructor ( name, times, values, interpolation )
    2. string three.ColorKeyframeTrack.prototype.ValueTypeName
  320. module three.CompressedTexture
    1. function three.CompressedTexture ( mipmaps, width, height, format, type, mapping, wrapS, wrapT, magFilter, minFilter, anisotropy, encoding )
  321. module three.CompressedTexture.prototype
    1. boolean three.CompressedTexture.prototype.isCompressedTexture
    2. function three.CompressedTexture.prototype.constructor ( mipmaps, width, height, format, type, mapping, wrapS, wrapT, magFilter, minFilter, anisotropy, encoding )
  322. module three.CompressedTextureLoader
    1. function three.CompressedTextureLoader ( manager )
  323. module three.CompressedTextureLoader.prototype
    1. function three.CompressedTextureLoader.prototype.load ( url, onLoad, onProgress, onError )
    2. function three.CompressedTextureLoader.prototype.setPath ( value )
  324. module three.CompressedTextureLoader.prototype.load
    1. function three.CompressedTextureLoader.prototype.load ( url, onLoad, onProgress, onError )
  325. module three.CompressedTextureLoader.prototype.setPath
    1. function three.CompressedTextureLoader.prototype.setPath ( value )
  326. module three.ConeBufferGeometry
    1. function three.ConeBufferGeometry ( radius, height, radialSegments, heightSegments, openEnded, thetaStart, thetaLength )
  327. module three.ConeBufferGeometry.prototype
    1. function three.ConeBufferGeometry.prototype.constructor ( radius, height, radialSegments, heightSegments, openEnded, thetaStart, thetaLength )
  328. module three.ConeGeometry
    1. function three.ConeGeometry ( radius, height, radialSegments, heightSegments, openEnded, thetaStart, thetaLength )
  329. module three.ConeGeometry.prototype
    1. function three.ConeGeometry.prototype.constructor ( radius, height, radialSegments, heightSegments, openEnded, thetaStart, thetaLength )
  330. module three.CubeCamera
    1. function three.CubeCamera ( near, far, cubeResolution )
  331. module three.CubeCamera.prototype
    1. function three.CubeCamera.prototype.constructor ( near, far, cubeResolution )
  332. module three.CubeTexture
    1. function three.CubeTexture ( images, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy, encoding )
  333. module three.CubeTexture.prototype
    1. boolean three.CubeTexture.prototype.isCubeTexture
    2. function three.CubeTexture.prototype.constructor ( images, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy, encoding )
  334. module three.CubeTextureLoader
    1. function three.CubeTextureLoader ( manager )
  335. module three.CubeTextureLoader.prototype
    1. function three.CubeTextureLoader.prototype.load ( urls, onLoad, onProgress, onError )
    2. function three.CubeTextureLoader.prototype.setCrossOrigin ( value )
    3. function three.CubeTextureLoader.prototype.setPath ( value )
  336. module three.CubeTextureLoader.prototype.load
    1. function three.CubeTextureLoader.prototype.load ( urls, onLoad, onProgress, onError )
  337. module three.CubeTextureLoader.prototype.setCrossOrigin
    1. function three.CubeTextureLoader.prototype.setCrossOrigin ( value )
  338. module three.CubeTextureLoader.prototype.setPath
    1. function three.CubeTextureLoader.prototype.setPath ( value )
  339. module three.CubicBezierCurve
    1. function three.CubicBezierCurve ( v0, v1, v2, v3 )
  340. module three.CubicBezierCurve.prototype
    1. function three.CubicBezierCurve.prototype.constructor ( v0, v1, v2, v3 )
    2. function three.CubicBezierCurve.prototype.getPoint ( t )
  341. module three.CubicBezierCurve.prototype.getPoint
    1. function three.CubicBezierCurve.prototype.getPoint ( t )
  342. module three.CubicBezierCurve3
    1. function three.CubicBezierCurve3 ( v0, v1, v2, v3 )
  343. module three.CubicBezierCurve3.prototype
    1. function three.CubicBezierCurve3.prototype.constructor ( v0, v1, v2, v3 )
    2. function three.CubicBezierCurve3.prototype.getPoint ( t )
  344. module three.CubicBezierCurve3.prototype.getPoint
    1. function three.CubicBezierCurve3.prototype.getPoint ( t )
  345. module three.CubicInterpolant
    1. function three.CubicInterpolant ( parameterPositions, sampleValues, sampleSize, resultBuffer )
  346. module three.CubicInterpolant.prototype
    1. function three.CubicInterpolant.prototype.constructor ( parameterPositions, sampleValues, sampleSize, resultBuffer )
    2. function three.CubicInterpolant.prototype.interpolate_ ( i1, t0, t, t1 )
    3. function three.CubicInterpolant.prototype.intervalChanged_ ( i1, t0, t1 )
    4. object three.CubicInterpolant.prototype.DefaultSettings_
  347. module three.CubicInterpolant.prototype.interpolate_
    1. function three.CubicInterpolant.prototype.interpolate_ ( i1, t0, t, t1 )
  348. module three.CubicInterpolant.prototype.intervalChanged_
    1. function three.CubicInterpolant.prototype.intervalChanged_ ( i1, t0, t1 )
  349. module three.Curve
    1. function three.Curve ()
    2. function three.Curve.create ( construct, getPoint )
  350. module three.Curve.create
    1. function three.Curve.create ( construct, getPoint )
  351. module three.Curve.prototype
    1. function three.Curve.prototype.computeFrenetFrames ( segments, closed )
    2. function three.Curve.prototype.constructor ()
    3. function three.Curve.prototype.getLength ()
    4. function three.Curve.prototype.getLengths ( divisions )
    5. function three.Curve.prototype.getPoint ( t )
    6. function three.Curve.prototype.getPointAt ( u )
    7. function three.Curve.prototype.getPoints ( divisions )
    8. function three.Curve.prototype.getSpacedPoints ( divisions )
    9. function three.Curve.prototype.getTangent ( t )
    10. function three.Curve.prototype.getTangentAt ( u )
    11. function three.Curve.prototype.getUtoTmapping ( u, distance )
    12. function three.Curve.prototype.updateArcLengths ()
  352. module three.Curve.prototype.computeFrenetFrames
    1. function three.Curve.prototype.computeFrenetFrames ( segments, closed )
  353. module three.Curve.prototype.getLength
    1. function three.Curve.prototype.getLength ()
  354. module three.Curve.prototype.getLengths
    1. function three.Curve.prototype.getLengths ( divisions )
  355. module three.Curve.prototype.getPoint
    1. function three.Curve.prototype.getPoint ( t )
  356. module three.Curve.prototype.getPointAt
    1. function three.Curve.prototype.getPointAt ( u )
  357. module three.Curve.prototype.getPoints
    1. function three.Curve.prototype.getPoints ( divisions )
  358. module three.Curve.prototype.getSpacedPoints
    1. function three.Curve.prototype.getSpacedPoints ( divisions )
  359. module three.Curve.prototype.getTangent
    1. function three.Curve.prototype.getTangent ( t )
  360. module three.Curve.prototype.getTangentAt
    1. function three.Curve.prototype.getTangentAt ( u )
  361. module three.Curve.prototype.getUtoTmapping
    1. function three.Curve.prototype.getUtoTmapping ( u, distance )
  362. module three.Curve.prototype.updateArcLengths
    1. function three.Curve.prototype.updateArcLengths ()
  363. module three.CurvePath
    1. function three.CurvePath ()
  364. module three.CurvePath.prototype
    1. function three.CurvePath.prototype.add ( curve )
    2. function three.CurvePath.prototype.closePath ()
    3. function three.CurvePath.prototype.constructor ()
    4. function three.CurvePath.prototype.createGeometry ( points )
    5. function three.CurvePath.prototype.createPointsGeometry ( divisions )
    6. function three.CurvePath.prototype.createSpacedPointsGeometry ( divisions )
    7. function three.CurvePath.prototype.getCurveLengths ()
    8. function three.CurvePath.prototype.getLength ()
    9. function three.CurvePath.prototype.getPoint ( t )
    10. function three.CurvePath.prototype.getPoints ( divisions )
    11. function three.CurvePath.prototype.getSpacedPoints ( divisions )
    12. function three.CurvePath.prototype.updateArcLengths ()
  365. module three.CurvePath.prototype.add
    1. function three.CurvePath.prototype.add ( curve )
  366. module three.CurvePath.prototype.closePath
    1. function three.CurvePath.prototype.closePath ()
  367. module three.CurvePath.prototype.createGeometry
    1. function three.CurvePath.prototype.createGeometry ( points )
  368. module three.CurvePath.prototype.createPointsGeometry
    1. function three.CurvePath.prototype.createPointsGeometry ( divisions )
  369. module three.CurvePath.prototype.createSpacedPointsGeometry
    1. function three.CurvePath.prototype.createSpacedPointsGeometry ( divisions )
  370. module three.CurvePath.prototype.getCurveLengths
    1. function three.CurvePath.prototype.getCurveLengths ()
  371. module three.CurvePath.prototype.getLength
    1. function three.CurvePath.prototype.getLength ()
  372. module three.CurvePath.prototype.getPoint
    1. function three.CurvePath.prototype.getPoint ( t )
  373. module three.CurvePath.prototype.getPoints
    1. function three.CurvePath.prototype.getPoints ( divisions )
  374. module three.CurvePath.prototype.getSpacedPoints
    1. function three.CurvePath.prototype.getSpacedPoints ( divisions )
  375. module three.CurvePath.prototype.updateArcLengths
    1. function three.CurvePath.prototype.updateArcLengths ()
  376. module three.CylinderBufferGeometry
    1. function three.CylinderBufferGeometry ( radiusTop, radiusBottom, height, radialSegments, heightSegments, openEnded, thetaStart, thetaLength )
  377. module three.CylinderBufferGeometry.prototype
    1. function three.CylinderBufferGeometry.prototype.constructor ( radiusTop, radiusBottom, height, radialSegments, heightSegments, openEnded, thetaStart, thetaLength )
  378. module three.CylinderGeometry
    1. function three.CylinderGeometry ( radiusTop, radiusBottom, height, radialSegments, heightSegments, openEnded, thetaStart, thetaLength )
  379. module three.CylinderGeometry.prototype
    1. function three.CylinderGeometry.prototype.constructor ( radiusTop, radiusBottom, height, radialSegments, heightSegments, openEnded, thetaStart, thetaLength )
  380. module three.Cylindrical
    1. function three.Cylindrical ( radius, theta, y )
  381. module three.Cylindrical.prototype
    1. function three.Cylindrical.prototype.clone ()
    2. function three.Cylindrical.prototype.constructor ( radius, theta, y )
    3. function three.Cylindrical.prototype.copy ( other )
    4. function three.Cylindrical.prototype.set ( radius, theta, y )
    5. function three.Cylindrical.prototype.setFromVector3 ( vec3 )
  382. module three.Cylindrical.prototype.clone
    1. function three.Cylindrical.prototype.clone ()
  383. module three.Cylindrical.prototype.copy
    1. function three.Cylindrical.prototype.copy ( other )
  384. module three.Cylindrical.prototype.set
    1. function three.Cylindrical.prototype.set ( radius, theta, y )
  385. module three.Cylindrical.prototype.setFromVector3
    1. function three.Cylindrical.prototype.setFromVector3 ( vec3 )
  386. module three.DataTexture
    1. function three.DataTexture ( data, width, height, format, type, mapping, wrapS, wrapT, magFilter, minFilter, anisotropy, encoding )
  387. module three.DataTexture.prototype
    1. boolean three.DataTexture.prototype.isDataTexture
    2. function three.DataTexture.prototype.constructor ( data, width, height, format, type, mapping, wrapS, wrapT, magFilter, minFilter, anisotropy, encoding )
  388. module three.DataTextureLoader
    1. function three.DataTextureLoader ( manager )
  389. module three.DataTextureLoader.prototype
    1. function three.DataTextureLoader.prototype.load ( url, onLoad, onProgress, onError )
  390. module three.DataTextureLoader.prototype.load
    1. function three.DataTextureLoader.prototype.load ( url, onLoad, onProgress, onError )
  391. module three.DefaultLoadingManager
    1. function three.DefaultLoadingManager.itemEnd ( url )
    2. function three.DefaultLoadingManager.itemError ( url )
    3. function three.DefaultLoadingManager.itemStart ( url )
  392. module three.DefaultLoadingManager.itemEnd
    1. function three.DefaultLoadingManager.itemEnd ( url )
  393. module three.DefaultLoadingManager.itemError
    1. function three.DefaultLoadingManager.itemError ( url )
  394. module three.DefaultLoadingManager.itemStart
    1. function three.DefaultLoadingManager.itemStart ( url )
  395. module three.DepthTexture
    1. function three.DepthTexture ( width, height, type, mapping, wrapS, wrapT, magFilter, minFilter, anisotropy, format )
  396. module three.DepthTexture.prototype
    1. boolean three.DepthTexture.prototype.isDepthTexture
    2. function three.DepthTexture.prototype.constructor ( width, height, type, mapping, wrapS, wrapT, magFilter, minFilter, anisotropy, format )
  397. module three.DirectionalLight
    1. function three.DirectionalLight ( color, intensity )
  398. module three.DirectionalLight.prototype
    1. boolean three.DirectionalLight.prototype.isDirectionalLight
    2. function three.DirectionalLight.prototype.constructor ( color, intensity )
    3. function three.DirectionalLight.prototype.copy ( source )
  399. module three.DirectionalLight.prototype.copy
    1. function three.DirectionalLight.prototype.copy ( source )
  400. module three.DirectionalLightHelper
    1. function three.DirectionalLightHelper ( light, size )
  401. module three.DirectionalLightHelper.prototype
    1. function three.DirectionalLightHelper.prototype.constructor ( light, size )
    2. function three.DirectionalLightHelper.prototype.dispose ()
    3. function three.DirectionalLightHelper.prototype.update ()
  402. module three.DirectionalLightHelper.prototype.dispose
    1. function three.DirectionalLightHelper.prototype.dispose ()
  403. module three.DirectionalLightHelper.prototype.update
    1. function three.DirectionalLightHelper.prototype.update ()
  404. module three.DirectionalLightShadow
    1. function three.DirectionalLightShadow ( )
  405. module three.DirectionalLightShadow.prototype
    1. function three.DirectionalLightShadow.prototype.constructor ( )
  406. module three.DiscreteInterpolant
    1. function three.DiscreteInterpolant ( parameterPositions, sampleValues, sampleSize, resultBuffer )
  407. module three.DiscreteInterpolant.prototype
    1. function three.DiscreteInterpolant.prototype.constructor ( parameterPositions, sampleValues, sampleSize, resultBuffer )
    2. function three.DiscreteInterpolant.prototype.interpolate_ ( i1, t0, t, t1 )
  408. module three.DiscreteInterpolant.prototype.interpolate_
    1. function three.DiscreteInterpolant.prototype.interpolate_ ( i1, t0, t, t1 )
  409. module three.DodecahedronBufferGeometry
    1. function three.DodecahedronBufferGeometry ( radius, detail )
  410. module three.DodecahedronBufferGeometry.prototype
    1. function three.DodecahedronBufferGeometry.prototype.constructor ( radius, detail )
  411. module three.DodecahedronGeometry
    1. function three.DodecahedronGeometry ( radius, detail )
  412. module three.DodecahedronGeometry.prototype
    1. function three.DodecahedronGeometry.prototype.constructor ( radius, detail )
  413. module three.DynamicBufferAttribute
    1. function three.DynamicBufferAttribute ( array, itemSize )
  414. module three.EdgesGeometry
    1. function three.EdgesGeometry ( geometry, thresholdAngle )
  415. module three.EdgesGeometry.prototype
    1. function three.EdgesGeometry.prototype.constructor ( geometry, thresholdAngle )
  416. module three.EdgesHelper
    1. function three.EdgesHelper ( object, hex )
  417. module three.EllipseCurve
    1. function three.EllipseCurve ( aX, aY, xRadius, yRadius, aStartAngle, aEndAngle, aClockwise, aRotation )
  418. module three.EllipseCurve.prototype
    1. boolean three.EllipseCurve.prototype.isEllipseCurve
    2. function three.EllipseCurve.prototype.constructor ( aX, aY, xRadius, yRadius, aStartAngle, aEndAngle, aClockwise, aRotation )
    3. function three.EllipseCurve.prototype.getPoint ( t )
  419. module three.EllipseCurve.prototype.getPoint
    1. function three.EllipseCurve.prototype.getPoint ( t )
  420. module three.Euler
    1. function three.Euler ( x, y, z, order )
    2. object three.Euler.RotationOrders
    3. string three.Euler.DefaultOrder
  421. module three.Euler.prototype
    1. boolean three.Euler.prototype.isEuler
    2. function three.Euler.prototype.clone ()
    3. function three.Euler.prototype.constructor ( x, y, z, order )
    4. function three.Euler.prototype.copy ( euler )
    5. function three.Euler.prototype.equals ( euler )
    6. function three.Euler.prototype.fromArray ( array )
    7. function three.Euler.prototype.onChange ( callback )
    8. function three.Euler.prototype.onChangeCallback ()
    9. function three.Euler.prototype.reorder ( newOrder )
    10. function three.Euler.prototype.set ( x, y, z, order )
    11. function three.Euler.prototype.setFromQuaternion ( q, order, update )
    12. function three.Euler.prototype.setFromRotationMatrix ( m, order, update )
    13. function three.Euler.prototype.setFromVector3 ( v, order )
    14. function three.Euler.prototype.toArray ( array, offset )
    15. function three.Euler.prototype.toVector3 ( optionalResult )
  422. module three.Euler.prototype.clone
    1. function three.Euler.prototype.clone ()
  423. module three.Euler.prototype.copy
    1. function three.Euler.prototype.copy ( euler )
  424. module three.Euler.prototype.equals
    1. function three.Euler.prototype.equals ( euler )
  425. module three.Euler.prototype.fromArray
    1. function three.Euler.prototype.fromArray ( array )
  426. module three.Euler.prototype.onChange
    1. function three.Euler.prototype.onChange ( callback )
  427. module three.Euler.prototype.onChangeCallback
    1. function three.Euler.prototype.onChangeCallback ()
  428. module three.Euler.prototype.reorder
    1. function three.Euler.prototype.reorder ( newOrder )
  429. module three.Euler.prototype.set
    1. function three.Euler.prototype.set ( x, y, z, order )
  430. module three.Euler.prototype.setFromQuaternion
    1. function three.Euler.prototype.setFromQuaternion ( q, order, update )
  431. module three.Euler.prototype.setFromRotationMatrix
    1. function three.Euler.prototype.setFromRotationMatrix ( m, order, update )
  432. module three.Euler.prototype.setFromVector3
    1. function three.Euler.prototype.setFromVector3 ( v, order )
  433. module three.Euler.prototype.toArray
    1. function three.Euler.prototype.toArray ( array, offset )
  434. module three.Euler.prototype.toVector3
    1. function three.Euler.prototype.toVector3 ( optionalResult )
  435. module three.EventDispatcher
    1. function three.EventDispatcher ()
  436. module three.EventDispatcher.prototype
    1. function three.EventDispatcher.prototype.addEventListener ( type, listener )
    2. function three.EventDispatcher.prototype.dispatchEvent ( event )
    3. function three.EventDispatcher.prototype.hasEventListener ( type, listener )
    4. function three.EventDispatcher.prototype.removeEventListener ( type, listener )
  437. module three.ExtrudeGeometry
    1. function three.ExtrudeGeometry ( shapes, options )
    2. object three.ExtrudeGeometry.WorldUVGenerator
  438. module three.ExtrudeGeometry.WorldUVGenerator
    1. function three.ExtrudeGeometry.WorldUVGenerator.generateSideWallUV ( geometry, indexA, indexB, indexC, indexD )
    2. function three.ExtrudeGeometry.WorldUVGenerator.generateTopUV ( geometry, indexA, indexB, indexC )
  439. module three.ExtrudeGeometry.prototype
    1. function three.ExtrudeGeometry.prototype.addShape ( shape, options )
    2. function three.ExtrudeGeometry.prototype.addShapeList ( shapes, options )
    3. function three.ExtrudeGeometry.prototype.constructor ( shapes, options )
  440. module three.ExtrudeGeometry.prototype.addShape
    1. function three.ExtrudeGeometry.prototype.addShape ( shape, options )
  441. module three.ExtrudeGeometry.prototype.addShapeList
    1. function three.ExtrudeGeometry.prototype.addShapeList ( shapes, options )
  442. module three.Face3
    1. function three.Face3 ( a, b, c, normal, color, materialIndex )
  443. module three.Face3.prototype
    1. function three.Face3.prototype.clone ()
    2. function three.Face3.prototype.constructor ( a, b, c, normal, color, materialIndex )
    3. function three.Face3.prototype.copy ( source )
  444. module three.Face3.prototype.clone
    1. function three.Face3.prototype.clone ()
  445. module three.Face3.prototype.copy
    1. function three.Face3.prototype.copy ( source )
  446. module three.Face4
    1. function three.Face4 ( a, b, c, d, normal, color, materialIndex )
  447. module three.FaceNormalsHelper
    1. function three.FaceNormalsHelper ( object, size, hex, linewidth )
  448. module three.FaceNormalsHelper.prototype
    1. function three.FaceNormalsHelper.prototype.constructor ( object, size, hex, linewidth )
    2. function three.FaceNormalsHelper.prototype.update ()
  449. module three.FaceNormalsHelper.prototype.update
    1. function three.FaceNormalsHelper.prototype.update ()
  450. module three.FileLoader
    1. function three.FileLoader ( manager )
  451. module three.FileLoader.prototype
    1. function three.FileLoader.prototype.load ( url, onLoad, onProgress, onError )
    2. function three.FileLoader.prototype.setMimeType ( value )
    3. function three.FileLoader.prototype.setPath ( value )
    4. function three.FileLoader.prototype.setResponseType ( value )
    5. function three.FileLoader.prototype.setWithCredentials ( value )
  452. module three.FileLoader.prototype.load
    1. function three.FileLoader.prototype.load ( url, onLoad, onProgress, onError )
  453. module three.FileLoader.prototype.setMimeType
    1. function three.FileLoader.prototype.setMimeType ( value )
  454. module three.FileLoader.prototype.setPath
    1. function three.FileLoader.prototype.setPath ( value )
  455. module three.FileLoader.prototype.setResponseType
    1. function three.FileLoader.prototype.setResponseType ( value )
  456. module three.FileLoader.prototype.setWithCredentials
    1. function three.FileLoader.prototype.setWithCredentials ( value )
  457. module three.Float32Attribute
    1. function three.Float32Attribute ( array, itemSize )
  458. module three.Float32BufferAttribute
    1. function three.Float32BufferAttribute ( array, itemSize )
  459. module three.Float32BufferAttribute.prototype
    1. function three.Float32BufferAttribute.prototype.constructor ( array, itemSize )
  460. module three.Float64Attribute
    1. function three.Float64Attribute ( array, itemSize )
  461. module three.Float64BufferAttribute
    1. function three.Float64BufferAttribute ( array, itemSize )
  462. module three.Float64BufferAttribute.prototype
    1. function three.Float64BufferAttribute.prototype.constructor ( array, itemSize )
  463. module three.Fog
    1. function three.Fog ( color, near, far )
  464. module three.Fog.prototype
    1. boolean three.Fog.prototype.isFog
    2. function three.Fog.prototype.clone ()
    3. function three.Fog.prototype.toJSON ( meta )
  465. module three.Fog.prototype.clone
    1. function three.Fog.prototype.clone ()
  466. module three.Fog.prototype.toJSON
    1. function three.Fog.prototype.toJSON ( meta )
  467. module three.FogExp2
    1. function three.FogExp2 ( color, density )
  468. module three.FogExp2.prototype
    1. boolean three.FogExp2.prototype.isFogExp2
    2. function three.FogExp2.prototype.clone ()
    3. function three.FogExp2.prototype.toJSON ( meta )
  469. module three.FogExp2.prototype.clone
    1. function three.FogExp2.prototype.clone ()
  470. module three.FogExp2.prototype.toJSON
    1. function three.FogExp2.prototype.toJSON ( meta )
  471. module three.Font
    1. function three.Font ( data )
  472. module three.Font.prototype
    1. boolean three.Font.prototype.isFont
    2. function three.Font.prototype.generateShapes ( text, size, divisions )
  473. module three.Font.prototype.generateShapes
    1. function three.Font.prototype.generateShapes ( text, size, divisions )
  474. module three.FontLoader
    1. function three.FontLoader ( manager )
  475. module three.FontLoader.prototype
    1. function three.FontLoader.prototype.load ( url, onLoad, onProgress, onError )
    2. function three.FontLoader.prototype.parse ( json )
  476. module three.FontLoader.prototype.load
    1. function three.FontLoader.prototype.load ( url, onLoad, onProgress, onError )
  477. module three.FontLoader.prototype.parse
    1. function three.FontLoader.prototype.parse ( json )
  478. module three.Frustum
    1. function three.Frustum ( p0, p1, p2, p3, p4, p5 )
  479. module three.Frustum.prototype
    1. function three.Frustum.prototype.clone ()
    2. function three.Frustum.prototype.constructor ( p0, p1, p2, p3, p4, p5 )
    3. function three.Frustum.prototype.containsPoint ( point )
    4. function three.Frustum.prototype.copy ( frustum )
    5. function three.Frustum.prototype.intersectsBox ( box )
    6. function three.Frustum.prototype.intersectsObject ( object )
    7. function three.Frustum.prototype.intersectsSphere ( sphere )
    8. function three.Frustum.prototype.intersectsSprite ( sprite )
    9. function three.Frustum.prototype.set ( p0, p1, p2, p3, p4, p5 )
    10. function three.Frustum.prototype.setFromMatrix ( m )
  480. module three.Frustum.prototype.clone
    1. function three.Frustum.prototype.clone ()
  481. module three.Frustum.prototype.containsPoint
    1. function three.Frustum.prototype.containsPoint ( point )
  482. module three.Frustum.prototype.copy
    1. function three.Frustum.prototype.copy ( frustum )
  483. module three.Frustum.prototype.intersectsBox
    1. function three.Frustum.prototype.intersectsBox ( box )
  484. module three.Frustum.prototype.intersectsObject
    1. function three.Frustum.prototype.intersectsObject ( object )
  485. module three.Frustum.prototype.intersectsSphere
    1. function three.Frustum.prototype.intersectsSphere ( sphere )
  486. module three.Frustum.prototype.intersectsSprite
    1. function three.Frustum.prototype.intersectsSprite ( sprite )
  487. module three.Frustum.prototype.set
    1. function three.Frustum.prototype.set ( p0, p1, p2, p3, p4, p5 )
  488. module three.Frustum.prototype.setFromMatrix
    1. function three.Frustum.prototype.setFromMatrix ( m )
  489. module three.Geometry
    1. function three.Geometry ()
  490. module three.Geometry.prototype
    1. boolean three.Geometry.prototype.isGeometry
    2. function three.Geometry.prototype.addEventListener ( type, listener )
    3. function three.Geometry.prototype.applyMatrix ( matrix )
    4. function three.Geometry.prototype.center ()
    5. function three.Geometry.prototype.clone ()
    6. function three.Geometry.prototype.computeBoundingBox ()
    7. function three.Geometry.prototype.computeBoundingSphere ()
    8. function three.Geometry.prototype.computeFaceNormals ()
    9. function three.Geometry.prototype.computeFlatVertexNormals ()
    10. function three.Geometry.prototype.computeLineDistances ()
    11. function three.Geometry.prototype.computeMorphNormals ()
    12. function three.Geometry.prototype.computeTangents ()
    13. function three.Geometry.prototype.computeVertexNormals ( areaWeighted )
    14. function three.Geometry.prototype.constructor ()
    15. function three.Geometry.prototype.copy ( source )
    16. function three.Geometry.prototype.dispatchEvent ( event )
    17. function three.Geometry.prototype.dispose ()
    18. function three.Geometry.prototype.fromBufferGeometry ( geometry )
    19. function three.Geometry.prototype.hasEventListener ( type, listener )
    20. function three.Geometry.prototype.lookAt ( vector )
    21. function three.Geometry.prototype.merge ( geometry, matrix, materialIndexOffset )
    22. function three.Geometry.prototype.mergeMesh ( mesh )
    23. function three.Geometry.prototype.mergeVertices ()
    24. function three.Geometry.prototype.normalize ()
    25. function three.Geometry.prototype.removeEventListener ( type, listener )
    26. function three.Geometry.prototype.rotateX ( angle )
    27. function three.Geometry.prototype.rotateY ( angle )
    28. function three.Geometry.prototype.rotateZ ( angle )
    29. function three.Geometry.prototype.scale ( x, y, z )
    30. function three.Geometry.prototype.sortFacesByMaterialIndex ()
    31. function three.Geometry.prototype.toJSON ()
    32. function three.Geometry.prototype.translate ( x, y, z )
  491. module three.Geometry.prototype.applyMatrix
    1. function three.Geometry.prototype.applyMatrix ( matrix )
  492. module three.Geometry.prototype.center
    1. function three.Geometry.prototype.center ()
  493. module three.Geometry.prototype.clone
    1. function three.Geometry.prototype.clone ()
  494. module three.Geometry.prototype.computeBoundingBox
    1. function three.Geometry.prototype.computeBoundingBox ()
  495. module three.Geometry.prototype.computeBoundingSphere
    1. function three.Geometry.prototype.computeBoundingSphere ()
  496. module three.Geometry.prototype.computeFaceNormals
    1. function three.Geometry.prototype.computeFaceNormals ()
  497. module three.Geometry.prototype.computeFlatVertexNormals
    1. function three.Geometry.prototype.computeFlatVertexNormals ()
  498. module three.Geometry.prototype.computeLineDistances
    1. function three.Geometry.prototype.computeLineDistances ()
  499. module three.Geometry.prototype.computeMorphNormals
    1. function three.Geometry.prototype.computeMorphNormals ()
  500. module three.Geometry.prototype.computeTangents
    1. function three.Geometry.prototype.computeTangents ()
  501. module three.Geometry.prototype.computeVertexNormals
    1. function three.Geometry.prototype.computeVertexNormals ( areaWeighted )
  502. module three.Geometry.prototype.copy
    1. function three.Geometry.prototype.copy ( source )
  503. module three.Geometry.prototype.dispose
    1. function three.Geometry.prototype.dispose ()
  504. module three.Geometry.prototype.fromBufferGeometry
    1. function three.Geometry.prototype.fromBufferGeometry ( geometry )
  505. module three.Geometry.prototype.lookAt
    1. function three.Geometry.prototype.lookAt ( vector )
  506. module three.Geometry.prototype.merge
    1. function three.Geometry.prototype.merge ( geometry, matrix, materialIndexOffset )
  507. module three.Geometry.prototype.mergeMesh
    1. function three.Geometry.prototype.mergeMesh ( mesh )
  508. module three.Geometry.prototype.mergeVertices
    1. function three.Geometry.prototype.mergeVertices ()
  509. module three.Geometry.prototype.normalize
    1. function three.Geometry.prototype.normalize ()
  510. module three.Geometry.prototype.rotateX
    1. function three.Geometry.prototype.rotateX ( angle )
  511. module three.Geometry.prototype.rotateY
    1. function three.Geometry.prototype.rotateY ( angle )
  512. module three.Geometry.prototype.rotateZ
    1. function three.Geometry.prototype.rotateZ ( angle )
  513. module three.Geometry.prototype.scale
    1. function three.Geometry.prototype.scale ( x, y, z )
  514. module three.Geometry.prototype.sortFacesByMaterialIndex
    1. function three.Geometry.prototype.sortFacesByMaterialIndex ()
  515. module three.Geometry.prototype.toJSON
    1. function three.Geometry.prototype.toJSON ()
  516. module three.Geometry.prototype.translate
    1. function three.Geometry.prototype.translate ( x, y, z )
  517. module three.GeometryIdCount
    1. function three.GeometryIdCount ()
  518. module three.GeometryUtils
    1. function three.GeometryUtils.center ( geometry )
    2. function three.GeometryUtils.merge ( geometry1, geometry2, materialIndexOffset )
  519. module three.GeometryUtils.center
    1. function three.GeometryUtils.center ( geometry )
  520. module three.GeometryUtils.merge
    1. function three.GeometryUtils.merge ( geometry1, geometry2, materialIndexOffset )
  521. module three.GridHelper
    1. function three.GridHelper ( size, divisions, color1, color2 )
  522. module three.GridHelper.prototype
    1. function three.GridHelper.prototype.constructor ( size, divisions, color1, color2 )
    2. function three.GridHelper.prototype.setColors ()
  523. module three.GridHelper.prototype.setColors
    1. function three.GridHelper.prototype.setColors ()
  524. module three.Group
    1. function three.Group ()
  525. module three.Group.prototype
    1. function three.Group.prototype.constructor ()
  526. module three.HemisphereLight
    1. function three.HemisphereLight ( skyColor, groundColor, intensity )
  527. module three.HemisphereLight.prototype
    1. boolean three.HemisphereLight.prototype.isHemisphereLight
    2. function three.HemisphereLight.prototype.constructor ( skyColor, groundColor, intensity )
    3. function three.HemisphereLight.prototype.copy ( source )
  528. module three.HemisphereLight.prototype.copy
    1. function three.HemisphereLight.prototype.copy ( source )
  529. module three.HemisphereLightHelper
    1. function three.HemisphereLightHelper ( light, size )
  530. module three.HemisphereLightHelper.prototype
    1. function three.HemisphereLightHelper.prototype.constructor ( light, size )
    2. function three.HemisphereLightHelper.prototype.dispose ()
    3. function three.HemisphereLightHelper.prototype.update ()
  531. module three.HemisphereLightHelper.prototype.dispose
    1. function three.HemisphereLightHelper.prototype.dispose ()
  532. module three.HemisphereLightHelper.prototype.update
    1. function three.HemisphereLightHelper.prototype.update ()
  533. module three.IcosahedronBufferGeometry
    1. function three.IcosahedronBufferGeometry ( radius, detail )
  534. module three.IcosahedronBufferGeometry.prototype
    1. function three.IcosahedronBufferGeometry.prototype.constructor ( radius, detail )
  535. module three.IcosahedronGeometry
    1. function three.IcosahedronGeometry ( radius, detail )
  536. module three.IcosahedronGeometry.prototype
    1. function three.IcosahedronGeometry.prototype.constructor ( radius, detail )
  537. module three.ImageLoader
    1. function three.ImageLoader ( manager )
  538. module three.ImageLoader.prototype
    1. function three.ImageLoader.prototype.load ( url, onLoad, onProgress, onError )
    2. function three.ImageLoader.prototype.setCrossOrigin ( value )
    3. function three.ImageLoader.prototype.setPath ( value )
  539. module three.ImageLoader.prototype.load
    1. function three.ImageLoader.prototype.load ( url, onLoad, onProgress, onError )
  540. module three.ImageLoader.prototype.setCrossOrigin
    1. function three.ImageLoader.prototype.setCrossOrigin ( value )
  541. module three.ImageLoader.prototype.setPath
    1. function three.ImageLoader.prototype.setPath ( value )
  542. module three.ImageUtils
    1. function three.ImageUtils.loadCompressedTexture ()
    2. function three.ImageUtils.loadCompressedTextureCube ()
    3. function three.ImageUtils.loadTexture ( url, mapping, onLoad, onError )
    4. function three.ImageUtils.loadTextureCube ( urls, mapping, onLoad, onError )
  543. module three.ImageUtils.loadCompressedTexture
    1. function three.ImageUtils.loadCompressedTexture ()
  544. module three.ImageUtils.loadCompressedTextureCube
    1. function three.ImageUtils.loadCompressedTextureCube ()
  545. module three.ImageUtils.loadTexture
    1. function three.ImageUtils.loadTexture ( url, mapping, onLoad, onError )
  546. module three.ImageUtils.loadTextureCube
    1. function three.ImageUtils.loadTextureCube ( urls, mapping, onLoad, onError )
  547. module three.ImmediateRenderObject
    1. function three.ImmediateRenderObject ( material )
  548. module three.ImmediateRenderObject.prototype
    1. boolean three.ImmediateRenderObject.prototype.isImmediateRenderObject
    2. function three.ImmediateRenderObject.prototype.constructor ( material )
  549. module three.InstancedBufferAttribute
    1. function three.InstancedBufferAttribute ( array, itemSize, meshPerAttribute )
  550. module three.InstancedBufferAttribute.prototype
    1. boolean three.InstancedBufferAttribute.prototype.isInstancedBufferAttribute
    2. function three.InstancedBufferAttribute.prototype.constructor ( array, itemSize, meshPerAttribute )
    3. function three.InstancedBufferAttribute.prototype.copy ( source )
  551. module three.InstancedBufferAttribute.prototype.copy
    1. function three.InstancedBufferAttribute.prototype.copy ( source )
  552. module three.InstancedBufferGeometry
    1. function three.InstancedBufferGeometry ()
  553. module three.InstancedBufferGeometry.prototype
    1. boolean three.InstancedBufferGeometry.prototype.isInstancedBufferGeometry
    2. function three.InstancedBufferGeometry.prototype.addGroup ( start, count, materialIndex )
    3. function three.InstancedBufferGeometry.prototype.constructor ()
    4. function three.InstancedBufferGeometry.prototype.copy ( source )
  554. module three.InstancedBufferGeometry.prototype.addGroup
    1. function three.InstancedBufferGeometry.prototype.addGroup ( start, count, materialIndex )
  555. module three.InstancedBufferGeometry.prototype.copy
    1. function three.InstancedBufferGeometry.prototype.copy ( source )
  556. module three.InstancedInterleavedBuffer
    1. function three.InstancedInterleavedBuffer ( array, stride, meshPerAttribute )
  557. module three.InstancedInterleavedBuffer.prototype
    1. boolean three.InstancedInterleavedBuffer.prototype.isInstancedInterleavedBuffer
    2. function three.InstancedInterleavedBuffer.prototype.constructor ( array, stride, meshPerAttribute )
    3. function three.InstancedInterleavedBuffer.prototype.copy ( source )
  558. module three.InstancedInterleavedBuffer.prototype.copy
    1. function three.InstancedInterleavedBuffer.prototype.copy ( source )
  559. module three.Int16Attribute
    1. function three.Int16Attribute ( array, itemSize )
  560. module three.Int16BufferAttribute
    1. function three.Int16BufferAttribute ( array, itemSize )
  561. module three.Int16BufferAttribute.prototype
    1. function three.Int16BufferAttribute.prototype.constructor ( array, itemSize )
  562. module three.Int32Attribute
    1. function three.Int32Attribute ( array, itemSize )
  563. module three.Int32BufferAttribute
    1. function three.Int32BufferAttribute ( array, itemSize )
  564. module three.Int32BufferAttribute.prototype
    1. function three.Int32BufferAttribute.prototype.constructor ( array, itemSize )
  565. module three.Int8Attribute
    1. function three.Int8Attribute ( array, itemSize )
  566. module three.Int8BufferAttribute
    1. function three.Int8BufferAttribute ( array, itemSize )
  567. module three.Int8BufferAttribute.prototype
    1. function three.Int8BufferAttribute.prototype.constructor ( array, itemSize )
  568. module three.InterleavedBuffer
    1. function three.InterleavedBuffer ( array, stride )
  569. module three.InterleavedBuffer.prototype
    1. boolean three.InterleavedBuffer.prototype.isInterleavedBuffer
    2. function three.InterleavedBuffer.prototype.clone ()
    3. function three.InterleavedBuffer.prototype.constructor ( array, stride )
    4. function three.InterleavedBuffer.prototype.copy ( source )
    5. function three.InterleavedBuffer.prototype.copyAt ( index1, attribute, index2 )
    6. function three.InterleavedBuffer.prototype.onUpload ( callback )
    7. function three.InterleavedBuffer.prototype.set ( value, offset )
    8. function three.InterleavedBuffer.prototype.setArray ( array )
    9. function three.InterleavedBuffer.prototype.setDynamic ( value )
  570. module three.InterleavedBuffer.prototype.clone
    1. function three.InterleavedBuffer.prototype.clone ()
  571. module three.InterleavedBuffer.prototype.copy
    1. function three.InterleavedBuffer.prototype.copy ( source )
  572. module three.InterleavedBuffer.prototype.copyAt
    1. function three.InterleavedBuffer.prototype.copyAt ( index1, attribute, index2 )
  573. module three.InterleavedBuffer.prototype.onUpload
    1. function three.InterleavedBuffer.prototype.onUpload ( callback )
  574. module three.InterleavedBuffer.prototype.set
    1. function three.InterleavedBuffer.prototype.set ( value, offset )
  575. module three.InterleavedBuffer.prototype.setArray
    1. function three.InterleavedBuffer.prototype.setArray ( array )
  576. module three.InterleavedBuffer.prototype.setDynamic
    1. function three.InterleavedBuffer.prototype.setDynamic ( value )
  577. module three.InterleavedBufferAttribute
    1. function three.InterleavedBufferAttribute ( interleavedBuffer, itemSize, offset, normalized )
  578. module three.InterleavedBufferAttribute.prototype
    1. boolean three.InterleavedBufferAttribute.prototype.isInterleavedBufferAttribute
    2. function three.InterleavedBufferAttribute.prototype.constructor ( interleavedBuffer, itemSize, offset, normalized )
    3. function three.InterleavedBufferAttribute.prototype.getW ( index )
    4. function three.InterleavedBufferAttribute.prototype.getX ( index )
    5. function three.InterleavedBufferAttribute.prototype.getY ( index )
    6. function three.InterleavedBufferAttribute.prototype.getZ ( index )
    7. function three.InterleavedBufferAttribute.prototype.setW ( index, w )
    8. function three.InterleavedBufferAttribute.prototype.setX ( index, x )
    9. function three.InterleavedBufferAttribute.prototype.setXY ( index, x, y )
    10. function three.InterleavedBufferAttribute.prototype.setXYZ ( index, x, y, z )
    11. function three.InterleavedBufferAttribute.prototype.setXYZW ( index, x, y, z, w )
    12. function three.InterleavedBufferAttribute.prototype.setY ( index, y )
    13. function three.InterleavedBufferAttribute.prototype.setZ ( index, z )
  579. module three.InterleavedBufferAttribute.prototype.getW
    1. function three.InterleavedBufferAttribute.prototype.getW ( index )
  580. module three.InterleavedBufferAttribute.prototype.getX
    1. function three.InterleavedBufferAttribute.prototype.getX ( index )
  581. module three.InterleavedBufferAttribute.prototype.getY
    1. function three.InterleavedBufferAttribute.prototype.getY ( index )
  582. module three.InterleavedBufferAttribute.prototype.getZ
    1. function three.InterleavedBufferAttribute.prototype.getZ ( index )
  583. module three.InterleavedBufferAttribute.prototype.setW
    1. function three.InterleavedBufferAttribute.prototype.setW ( index, w )
  584. module three.InterleavedBufferAttribute.prototype.setX
    1. function three.InterleavedBufferAttribute.prototype.setX ( index, x )
  585. module three.InterleavedBufferAttribute.prototype.setXY
    1. function three.InterleavedBufferAttribute.prototype.setXY ( index, x, y )
  586. module three.InterleavedBufferAttribute.prototype.setXYZ
    1. function three.InterleavedBufferAttribute.prototype.setXYZ ( index, x, y, z )
  587. module three.InterleavedBufferAttribute.prototype.setXYZW
    1. function three.InterleavedBufferAttribute.prototype.setXYZW ( index, x, y, z, w )
  588. module three.InterleavedBufferAttribute.prototype.setY
    1. function three.InterleavedBufferAttribute.prototype.setY ( index, y )
  589. module three.InterleavedBufferAttribute.prototype.setZ
    1. function three.InterleavedBufferAttribute.prototype.setZ ( index, z )
  590. module three.Interpolant
    1. function three.Interpolant ( parameterPositions, sampleValues, sampleSize, resultBuffer )
  591. module three.Interpolant.prototype
    1. function three.Interpolant.prototype.afterEnd_ ( index )
    2. function three.Interpolant.prototype.beforeStart_ ( index )
    3. function three.Interpolant.prototype.constructor ( parameterPositions, sampleValues, sampleSize, resultBuffer )
    4. function three.Interpolant.prototype.copySampleValue_ ( index )
    5. function three.Interpolant.prototype.evaluate ( t )
    6. function three.Interpolant.prototype.getSettings_ ()
    7. function three.Interpolant.prototype.interpolate_ ( i1, t0, t, t1 )
    8. function three.Interpolant.prototype.intervalChanged_ ( i1, t0, t1 )
    9. object three.Interpolant.prototype.DefaultSettings_
    10. object three.Interpolant.prototype.settings
  592. module three.Interpolant.prototype.copySampleValue_
    1. function three.Interpolant.prototype.copySampleValue_ ( index )
  593. module three.Interpolant.prototype.evaluate
    1. function three.Interpolant.prototype.evaluate ( t )
  594. module three.Interpolant.prototype.getSettings_
    1. function three.Interpolant.prototype.getSettings_ ()
  595. module three.Interpolant.prototype.interpolate_
    1. function three.Interpolant.prototype.interpolate_ ( i1, t0, t, t1 )
  596. module three.Interpolant.prototype.intervalChanged_
    1. function three.Interpolant.prototype.intervalChanged_ ( i1, t0, t1 )
  597. module three.JSONLoader
    1. function three.JSONLoader ( manager )
  598. module three.JSONLoader.prototype
    1. function three.JSONLoader.prototype.load ( url, onLoad, onProgress, onError )
    2. function three.JSONLoader.prototype.parse ( json, texturePath )
    3. function three.JSONLoader.prototype.setTexturePath ( value )
  599. module three.JSONLoader.prototype.load
    1. function three.JSONLoader.prototype.load ( url, onLoad, onProgress, onError )
  600. module three.JSONLoader.prototype.parse
    1. function three.JSONLoader.prototype.parse ( json, texturePath )
  601. module three.JSONLoader.prototype.setTexturePath
    1. function three.JSONLoader.prototype.setTexturePath ( value )
  602. module three.KeyframeTrack
    1. function three.KeyframeTrack ( name, times, values, interpolation )
    2. function three.KeyframeTrack._getTrackTypeForValueTypeName ( typeName )
    3. function three.KeyframeTrack.parse ( json )
    4. function three.KeyframeTrack.toJSON ( track )
  603. module three.KeyframeTrack._getTrackTypeForValueTypeName
    1. function three.KeyframeTrack._getTrackTypeForValueTypeName ( typeName )
  604. module three.KeyframeTrack.parse
    1. function three.KeyframeTrack.parse ( json )
  605. module three.KeyframeTrack.prototype
    1. function three.KeyframeTrack.prototype.InterpolantFactoryMethodDiscrete ( result )
    2. function three.KeyframeTrack.prototype.InterpolantFactoryMethodLinear ( result )
    3. function three.KeyframeTrack.prototype.InterpolantFactoryMethodSmooth ( result )
    4. function three.KeyframeTrack.prototype.TimeBufferType ()
    5. function three.KeyframeTrack.prototype.ValueBufferType ()
    6. function three.KeyframeTrack.prototype.constructor ( name, times, values, interpolation )
    7. function three.KeyframeTrack.prototype.getInterpolation ()
    8. function three.KeyframeTrack.prototype.getValueSize ()
    9. function three.KeyframeTrack.prototype.optimize ()
    10. function three.KeyframeTrack.prototype.scale ( timeScale )
    11. function three.KeyframeTrack.prototype.setInterpolation ( interpolation )
    12. function three.KeyframeTrack.prototype.shift ( timeOffset )
    13. function three.KeyframeTrack.prototype.trim ( startTime, endTime )
    14. function three.KeyframeTrack.prototype.validate ()
    15. number three.KeyframeTrack.prototype.DefaultInterpolation
  606. module three.KeyframeTrack.prototype.InterpolantFactoryMethodDiscrete
    1. function three.KeyframeTrack.prototype.InterpolantFactoryMethodDiscrete ( result )
  607. module three.KeyframeTrack.prototype.InterpolantFactoryMethodLinear
    1. function three.KeyframeTrack.prototype.InterpolantFactoryMethodLinear ( result )
  608. module three.KeyframeTrack.prototype.InterpolantFactoryMethodSmooth
    1. function three.KeyframeTrack.prototype.InterpolantFactoryMethodSmooth ( result )
  609. module three.KeyframeTrack.prototype.TimeBufferType
    1. function three.KeyframeTrack.prototype.TimeBufferType ()
  610. module three.KeyframeTrack.prototype.getInterpolation
    1. function three.KeyframeTrack.prototype.getInterpolation ()
  611. module three.KeyframeTrack.prototype.getValueSize
    1. function three.KeyframeTrack.prototype.getValueSize ()
  612. module three.KeyframeTrack.prototype.optimize
    1. function three.KeyframeTrack.prototype.optimize ()
  613. module three.KeyframeTrack.prototype.scale
    1. function three.KeyframeTrack.prototype.scale ( timeScale )
  614. module three.KeyframeTrack.prototype.setInterpolation
    1. function three.KeyframeTrack.prototype.setInterpolation ( interpolation )
  615. module three.KeyframeTrack.prototype.shift
    1. function three.KeyframeTrack.prototype.shift ( timeOffset )
  616. module three.KeyframeTrack.prototype.trim
    1. function three.KeyframeTrack.prototype.trim ( startTime, endTime )
  617. module three.KeyframeTrack.prototype.validate
    1. function three.KeyframeTrack.prototype.validate ()
  618. module three.KeyframeTrack.toJSON
    1. function three.KeyframeTrack.toJSON ( track )
  619. module three.LOD
    1. function three.LOD ()
  620. module three.LOD.prototype
    1. function three.LOD.prototype.addLevel ( object, distance )
    2. function three.LOD.prototype.constructor ()
    3. function three.LOD.prototype.copy ( source )
    4. function three.LOD.prototype.getObjectForDistance ( distance )
    5. function three.LOD.prototype.raycast ( raycaster, intersects )
    6. function three.LOD.prototype.toJSON ( meta )
    7. function three.LOD.prototype.update ( camera )
  621. module three.LOD.prototype.addLevel
    1. function three.LOD.prototype.addLevel ( object, distance )
  622. module three.LOD.prototype.copy
    1. function three.LOD.prototype.copy ( source )
  623. module three.LOD.prototype.getObjectForDistance
    1. function three.LOD.prototype.getObjectForDistance ( distance )
  624. module three.LOD.prototype.raycast
    1. function three.LOD.prototype.raycast ( raycaster, intersects )
  625. module three.LOD.prototype.toJSON
    1. function three.LOD.prototype.toJSON ( meta )
  626. module three.LOD.prototype.update
    1. function three.LOD.prototype.update ( camera )
  627. module three.LatheBufferGeometry
    1. function three.LatheBufferGeometry ( points, segments, phiStart, phiLength )
  628. module three.LatheBufferGeometry.prototype
    1. function three.LatheBufferGeometry.prototype.constructor ( points, segments, phiStart, phiLength )
  629. module three.LatheGeometry
    1. function three.LatheGeometry ( points, segments, phiStart, phiLength )
  630. module three.LatheGeometry.prototype
    1. function three.LatheGeometry.prototype.constructor ( points, segments, phiStart, phiLength )
  631. module three.Layers
    1. function three.Layers ()
  632. module three.Layers.prototype
    1. function three.Layers.prototype.constructor ()
    2. function three.Layers.prototype.disable ( channel )
    3. function three.Layers.prototype.enable ( channel )
    4. function three.Layers.prototype.set ( channel )
    5. function three.Layers.prototype.test ( layers )
    6. function three.Layers.prototype.toggle ( channel )
  633. module three.Layers.prototype.disable
    1. function three.Layers.prototype.disable ( channel )
  634. module three.Layers.prototype.enable
    1. function three.Layers.prototype.enable ( channel )
  635. module three.Layers.prototype.set
    1. function three.Layers.prototype.set ( channel )
  636. module three.Layers.prototype.test
    1. function three.Layers.prototype.test ( layers )
  637. module three.Layers.prototype.toggle
    1. function three.Layers.prototype.toggle ( channel )
  638. module three.LensFlare
    1. function three.LensFlare ( texture, size, distance, blending, color )
  639. module three.LensFlare.prototype
    1. boolean three.LensFlare.prototype.isLensFlare
    2. function three.LensFlare.prototype.add ( texture, size, distance, blending, color, opacity )
    3. function three.LensFlare.prototype.constructor ( texture, size, distance, blending, color )
    4. function three.LensFlare.prototype.copy ( source )
    5. function three.LensFlare.prototype.updateLensFlares ()
  640. module three.LensFlare.prototype.add
    1. function three.LensFlare.prototype.add ( texture, size, distance, blending, color, opacity )
  641. module three.LensFlare.prototype.copy
    1. function three.LensFlare.prototype.copy ( source )
  642. module three.LensFlare.prototype.updateLensFlares
    1. function three.LensFlare.prototype.updateLensFlares ()
  643. module three.Light
    1. function three.Light ( color, intensity )
  644. module three.Light.prototype
    1. boolean three.Light.prototype.isLight
    2. function three.Light.prototype.constructor ( color, intensity )
    3. function three.Light.prototype.copy ( source )
    4. function three.Light.prototype.toJSON ( meta )
  645. module three.Light.prototype.copy
    1. function three.Light.prototype.copy ( source )
  646. module three.Light.prototype.toJSON
    1. function three.Light.prototype.toJSON ( meta )
  647. module three.LightShadow
    1. function three.LightShadow ( camera )
  648. module three.LightShadow.prototype
    1. function three.LightShadow.prototype.clone ()
    2. function three.LightShadow.prototype.copy ( source )
    3. function three.LightShadow.prototype.toJSON ()
  649. module three.LightShadow.prototype.clone
    1. function three.LightShadow.prototype.clone ()
  650. module three.LightShadow.prototype.copy
    1. function three.LightShadow.prototype.copy ( source )
  651. module three.LightShadow.prototype.toJSON
    1. function three.LightShadow.prototype.toJSON ()
  652. module three.Line
    1. function three.Line ( geometry, material, mode )
  653. module three.Line.prototype
    1. boolean three.Line.prototype.isLine
    2. function three.Line.prototype.clone ()
    3. function three.Line.prototype.constructor ( geometry, material, mode )
    4. function three.Line.prototype.raycast ( raycaster, intersects )
  654. module three.Line.prototype.clone
    1. function three.Line.prototype.clone ()
  655. module three.Line.prototype.raycast
    1. function three.Line.prototype.raycast ( raycaster, intersects )
  656. module three.Line3
    1. function three.Line3 ( start, end )
  657. module three.Line3.prototype
    1. function three.Line3.prototype.applyMatrix4 ( matrix )
    2. function three.Line3.prototype.at ( t, optionalTarget )
    3. function three.Line3.prototype.center ( optionalTarget )
    4. function three.Line3.prototype.clone ()
    5. function three.Line3.prototype.closestPointToPoint ( point, clampToLine, optionalTarget )
    6. function three.Line3.prototype.closestPointToPointParameter ( point, clampToLine )
    7. function three.Line3.prototype.constructor ( start, end )
    8. function three.Line3.prototype.copy ( line )
    9. function three.Line3.prototype.delta ( optionalTarget )
    10. function three.Line3.prototype.distance ()
    11. function three.Line3.prototype.distanceSq ()
    12. function three.Line3.prototype.equals ( line )
    13. function three.Line3.prototype.getCenter ( optionalTarget )
    14. function three.Line3.prototype.set ( start, end )
  658. module three.Line3.prototype.applyMatrix4
    1. function three.Line3.prototype.applyMatrix4 ( matrix )
  659. module three.Line3.prototype.at
    1. function three.Line3.prototype.at ( t, optionalTarget )
  660. module three.Line3.prototype.center
    1. function three.Line3.prototype.center ( optionalTarget )
  661. module three.Line3.prototype.clone
    1. function three.Line3.prototype.clone ()
  662. module three.Line3.prototype.closestPointToPoint
    1. function three.Line3.prototype.closestPointToPoint ( point, clampToLine, optionalTarget )
  663. module three.Line3.prototype.closestPointToPointParameter
    1. function three.Line3.prototype.closestPointToPointParameter ( point, clampToLine )
  664. module three.Line3.prototype.copy
    1. function three.Line3.prototype.copy ( line )
  665. module three.Line3.prototype.delta
    1. function three.Line3.prototype.delta ( optionalTarget )
  666. module three.Line3.prototype.distance
    1. function three.Line3.prototype.distance ()
  667. module three.Line3.prototype.distanceSq
    1. function three.Line3.prototype.distanceSq ()
  668. module three.Line3.prototype.equals
    1. function three.Line3.prototype.equals ( line )
  669. module three.Line3.prototype.getCenter
    1. function three.Line3.prototype.getCenter ( optionalTarget )
  670. module three.Line3.prototype.set
    1. function three.Line3.prototype.set ( start, end )
  671. module three.LineBasicMaterial
    1. function three.LineBasicMaterial ( parameters )
  672. module three.LineBasicMaterial.prototype
    1. boolean three.LineBasicMaterial.prototype.isLineBasicMaterial
    2. function three.LineBasicMaterial.prototype.constructor ( parameters )
    3. function three.LineBasicMaterial.prototype.copy ( source )
  673. module three.LineBasicMaterial.prototype.copy
    1. function three.LineBasicMaterial.prototype.copy ( source )
  674. module three.LineCurve
    1. function three.LineCurve ( v1, v2 )
  675. module three.LineCurve.prototype
    1. boolean three.LineCurve.prototype.isLineCurve
    2. function three.LineCurve.prototype.constructor ( v1, v2 )
    3. function three.LineCurve.prototype.getPoint ( t )
    4. function three.LineCurve.prototype.getPointAt ( u )
    5. function three.LineCurve.prototype.getTangent ( t )
  676. module three.LineCurve.prototype.getPoint
    1. function three.LineCurve.prototype.getPoint ( t )
  677. module three.LineCurve.prototype.getPointAt
    1. function three.LineCurve.prototype.getPointAt ( u )
  678. module three.LineCurve.prototype.getTangent
    1. function three.LineCurve.prototype.getTangent ( t )
  679. module three.LineCurve3
    1. function three.LineCurve3 ( v1, v2 )
  680. module three.LineCurve3.prototype
    1. function three.LineCurve3.prototype.constructor ( v1, v2 )
    2. function three.LineCurve3.prototype.getPoint ( t )
  681. module three.LineCurve3.prototype.getPoint
    1. function three.LineCurve3.prototype.getPoint ( t )
  682. module three.LineDashedMaterial
    1. function three.LineDashedMaterial ( parameters )
  683. module three.LineDashedMaterial.prototype
    1. boolean three.LineDashedMaterial.prototype.isLineDashedMaterial
    2. function three.LineDashedMaterial.prototype.constructor ( parameters )
    3. function three.LineDashedMaterial.prototype.copy ( source )
  684. module three.LineDashedMaterial.prototype.copy
    1. function three.LineDashedMaterial.prototype.copy ( source )
  685. module three.LineSegments
    1. function three.LineSegments ( geometry, material )
  686. module three.LineSegments.prototype
    1. boolean three.LineSegments.prototype.isLineSegments
    2. function three.LineSegments.prototype.constructor ( geometry, material )
  687. module three.LinearInterpolant
    1. function three.LinearInterpolant ( parameterPositions, sampleValues, sampleSize, resultBuffer )
  688. module three.LinearInterpolant.prototype
    1. function three.LinearInterpolant.prototype.constructor ( parameterPositions, sampleValues, sampleSize, resultBuffer )
    2. function three.LinearInterpolant.prototype.interpolate_ ( i1, t0, t, t1 )
  689. module three.LinearInterpolant.prototype.interpolate_
    1. function three.LinearInterpolant.prototype.interpolate_ ( i1, t0, t, t1 )
  690. module three.Loader
    1. function three.Loader ()
    2. object three.Loader.Handlers
  691. module three.Loader.Handlers
    1. function three.Loader.Handlers.add ( regex, loader )
    2. function three.Loader.Handlers.get ( file )
    3. object three.Loader.Handlers.handlers
  692. module three.Loader.prototype
    1. function three.Loader.prototype.constructor ()
    2. function three.Loader.prototype.createMaterial ( m, texturePath, crossOrigin )
    3. function three.Loader.prototype.extractUrlBase ( url )
    4. function three.Loader.prototype.initMaterials ( materials, texturePath, crossOrigin )
  693. module three.Loader.prototype.createMaterial
    1. function three.Loader.prototype.createMaterial ( m, texturePath, crossOrigin )
  694. module three.Loader.prototype.extractUrlBase
    1. function three.Loader.prototype.extractUrlBase ( url )
  695. module three.Loader.prototype.initMaterials
    1. function three.Loader.prototype.initMaterials ( materials, texturePath, crossOrigin )
  696. module three.LoadingManager
    1. function three.LoadingManager ( onLoad, onProgress, onError )
  697. module three.Material
    1. function three.Material ()
  698. module three.Material.prototype
    1. boolean three.Material.prototype.isMaterial
    2. function three.Material.prototype.addEventListener ( type, listener )
    3. function three.Material.prototype.clone ()
    4. function three.Material.prototype.constructor ()
    5. function three.Material.prototype.copy ( source )
    6. function three.Material.prototype.dispatchEvent ( event )
    7. function three.Material.prototype.dispose ()
    8. function three.Material.prototype.hasEventListener ( type, listener )
    9. function three.Material.prototype.removeEventListener ( type, listener )
    10. function three.Material.prototype.setValues ( values )
    11. function three.Material.prototype.toJSON ( meta )
    12. function three.Material.prototype.update ()
  699. module three.Material.prototype.clone
    1. function three.Material.prototype.clone ()
  700. module three.Material.prototype.copy
    1. function three.Material.prototype.copy ( source )
  701. module three.Material.prototype.dispose
    1. function three.Material.prototype.dispose ()
  702. module three.Material.prototype.setValues
    1. function three.Material.prototype.setValues ( values )
  703. module three.Material.prototype.toJSON
    1. function three.Material.prototype.toJSON ( meta )
  704. module three.Material.prototype.update
    1. function three.Material.prototype.update ()
  705. module three.MaterialLoader
    1. function three.MaterialLoader ( manager )
  706. module three.MaterialLoader.prototype
    1. function three.MaterialLoader.prototype.load ( url, onLoad, onProgress, onError )
    2. function three.MaterialLoader.prototype.parse ( json )
    3. function three.MaterialLoader.prototype.setTextures ( value )
  707. module three.MaterialLoader.prototype.load
    1. function three.MaterialLoader.prototype.load ( url, onLoad, onProgress, onError )
  708. module three.MaterialLoader.prototype.parse
    1. function three.MaterialLoader.prototype.parse ( json )
  709. module three.MaterialLoader.prototype.setTextures
    1. function three.MaterialLoader.prototype.setTextures ( value )
  710. module three.Math
    1. function three.Math.clamp ( value, min, max )
    2. function three.Math.degToRad ( degrees )
    3. function three.Math.euclideanModulo ( n, m )
    4. function three.Math.generateUUID ()
    5. function three.Math.isPowerOfTwo ( value )
    6. function three.Math.lerp ( x, y, t )
    7. function three.Math.mapLinear ( x, a1, a2, b1, b2 )
    8. function three.Math.nearestPowerOfTwo ( value )
    9. function three.Math.nextPowerOfTwo ( value )
    10. function three.Math.radToDeg ( radians )
    11. function three.Math.randFloat ( low, high )
    12. function three.Math.randFloatSpread ( range )
    13. function three.Math.randInt ( low, high )
    14. function three.Math.random16 ()
    15. function three.Math.smootherstep ( x, min, max )
    16. function three.Math.smoothstep ( x, min, max )
    17. number three.Math.DEG2RAD
    18. number three.Math.RAD2DEG
  711. module three.Math.clamp
    1. function three.Math.clamp ( value, min, max )
  712. module three.Math.degToRad
    1. function three.Math.degToRad ( degrees )
  713. module three.Math.euclideanModulo
    1. function three.Math.euclideanModulo ( n, m )
  714. module three.Math.generateUUID
    1. function three.Math.generateUUID ()
  715. module three.Math.isPowerOfTwo
    1. function three.Math.isPowerOfTwo ( value )
  716. module three.Math.lerp
    1. function three.Math.lerp ( x, y, t )
  717. module three.Math.mapLinear
    1. function three.Math.mapLinear ( x, a1, a2, b1, b2 )
  718. module three.Math.nearestPowerOfTwo
    1. function three.Math.nearestPowerOfTwo ( value )
  719. module three.Math.nextPowerOfTwo
    1. function three.Math.nextPowerOfTwo ( value )
  720. module three.Math.radToDeg
    1. function three.Math.radToDeg ( radians )
  721. module three.Math.randFloat
    1. function three.Math.randFloat ( low, high )
  722. module three.Math.randFloatSpread
    1. function three.Math.randFloatSpread ( range )
  723. module three.Math.randInt
    1. function three.Math.randInt ( low, high )
  724. module three.Math.random16
    1. function three.Math.random16 ()
  725. module three.Math.smootherstep
    1. function three.Math.smootherstep ( x, min, max )
  726. module three.Math.smoothstep
    1. function three.Math.smoothstep ( x, min, max )
  727. module three.Matrix3
    1. function three.Matrix3 ()
  728. module three.Matrix3.prototype
    1. boolean three.Matrix3.prototype.isMatrix3
    2. function three.Matrix3.prototype.applyToBuffer ( buffer, offset, length )
    3. function three.Matrix3.prototype.applyToBufferAttribute ( attribute )
    4. function three.Matrix3.prototype.applyToVector3Array ( array, offset, length )
    5. function three.Matrix3.prototype.clone ()
    6. function three.Matrix3.prototype.constructor ()
    7. function three.Matrix3.prototype.copy ( m )
    8. function three.Matrix3.prototype.determinant ()
    9. function three.Matrix3.prototype.flattenToArrayOffset ( array, offset )
    10. function three.Matrix3.prototype.fromArray ( array, offset )
    11. function three.Matrix3.prototype.getInverse ( matrix, throwOnDegenerate )
    12. function three.Matrix3.prototype.getNormalMatrix ( matrix4 )
    13. function three.Matrix3.prototype.identity ()
    14. function three.Matrix3.prototype.multiplyScalar ( s )
    15. function three.Matrix3.prototype.multiplyVector3 ( vector )
    16. function three.Matrix3.prototype.multiplyVector3Array ( a )
    17. function three.Matrix3.prototype.set ( n11, n12, n13, n21, n22, n23, n31, n32, n33 )
    18. function three.Matrix3.prototype.setFromMatrix4 ( m )
    19. function three.Matrix3.prototype.toArray ( array, offset )
    20. function three.Matrix3.prototype.transpose ()
    21. function three.Matrix3.prototype.transposeIntoArray ( r )
  729. module three.Matrix3.prototype.applyToBuffer
    1. function three.Matrix3.prototype.applyToBuffer ( buffer, offset, length )
  730. module three.Matrix3.prototype.applyToBufferAttribute
    1. function three.Matrix3.prototype.applyToBufferAttribute ( attribute )
  731. module three.Matrix3.prototype.applyToVector3Array
    1. function three.Matrix3.prototype.applyToVector3Array ( array, offset, length )
  732. module three.Matrix3.prototype.clone
    1. function three.Matrix3.prototype.clone ()
  733. module three.Matrix3.prototype.copy
    1. function three.Matrix3.prototype.copy ( m )
  734. module three.Matrix3.prototype.determinant
    1. function three.Matrix3.prototype.determinant ()
  735. module three.Matrix3.prototype.flattenToArrayOffset
    1. function three.Matrix3.prototype.flattenToArrayOffset ( array, offset )
  736. module three.Matrix3.prototype.fromArray
    1. function three.Matrix3.prototype.fromArray ( array, offset )
  737. module three.Matrix3.prototype.getInverse
    1. function three.Matrix3.prototype.getInverse ( matrix, throwOnDegenerate )
  738. module three.Matrix3.prototype.getNormalMatrix
    1. function three.Matrix3.prototype.getNormalMatrix ( matrix4 )
  739. module three.Matrix3.prototype.identity
    1. function three.Matrix3.prototype.identity ()
  740. module three.Matrix3.prototype.multiplyScalar
    1. function three.Matrix3.prototype.multiplyScalar ( s )
  741. module three.Matrix3.prototype.multiplyVector3
    1. function three.Matrix3.prototype.multiplyVector3 ( vector )
  742. module three.Matrix3.prototype.multiplyVector3Array
    1. function three.Matrix3.prototype.multiplyVector3Array ( a )
  743. module three.Matrix3.prototype.set
    1. function three.Matrix3.prototype.set ( n11, n12, n13, n21, n22, n23, n31, n32, n33 )
  744. module three.Matrix3.prototype.setFromMatrix4
    1. function three.Matrix3.prototype.setFromMatrix4 ( m )
  745. module three.Matrix3.prototype.toArray
    1. function three.Matrix3.prototype.toArray ( array, offset )
  746. module three.Matrix3.prototype.transpose
    1. function three.Matrix3.prototype.transpose ()
  747. module three.Matrix3.prototype.transposeIntoArray
    1. function three.Matrix3.prototype.transposeIntoArray ( r )
  748. module three.Matrix4
    1. function three.Matrix4 ()
  749. module three.Matrix4.prototype
    1. boolean three.Matrix4.prototype.isMatrix4
    2. function three.Matrix4.prototype.applyToBuffer ( buffer, offset, length )
    3. function three.Matrix4.prototype.applyToBufferAttribute ( attribute )
    4. function three.Matrix4.prototype.applyToVector3Array ( array, offset, length )
    5. function three.Matrix4.prototype.clone ()
    6. function three.Matrix4.prototype.compose ( position, quaternion, scale )
    7. function three.Matrix4.prototype.constructor ()
    8. function three.Matrix4.prototype.copy ( m )
    9. function three.Matrix4.prototype.copyPosition ( m )
    10. function three.Matrix4.prototype.crossVector ( vector )
    11. function three.Matrix4.prototype.decompose ( position, quaternion, scale )
    12. function three.Matrix4.prototype.determinant ()
    13. function three.Matrix4.prototype.equals ( matrix )
    14. function three.Matrix4.prototype.extractBasis ( xAxis, yAxis, zAxis )
    15. function three.Matrix4.prototype.extractPosition ( m )
    16. function three.Matrix4.prototype.extractRotation ( m )
    17. function three.Matrix4.prototype.flattenToArrayOffset ( array, offset )
    18. function three.Matrix4.prototype.fromArray ( array, offset )
    19. function three.Matrix4.prototype.getInverse ( m, throwOnDegenerate )
    20. function three.Matrix4.prototype.getMaxScaleOnAxis ()
    21. function three.Matrix4.prototype.getPosition ()
    22. function three.Matrix4.prototype.identity ()
    23. function three.Matrix4.prototype.lookAt ( eye, target, up )
    24. function three.Matrix4.prototype.makeBasis ( xAxis, yAxis, zAxis )
    25. function three.Matrix4.prototype.makeFrustum ( left, right, bottom, top, near, far )
    26. function three.Matrix4.prototype.makeOrthographic ( left, right, top, bottom, near, far )
    27. function three.Matrix4.prototype.makePerspective ( left, right, top, bottom, near, far )
    28. function three.Matrix4.prototype.makeRotationAxis ( axis, angle )
    29. function three.Matrix4.prototype.makeRotationFromEuler ( euler )
    30. function three.Matrix4.prototype.makeRotationFromQuaternion ( q )
    31. function three.Matrix4.prototype.makeRotationX ( theta )
    32. function three.Matrix4.prototype.makeRotationY ( theta )
    33. function three.Matrix4.prototype.makeRotationZ ( theta )
    34. function three.Matrix4.prototype.makeScale ( x, y, z )
    35. function three.Matrix4.prototype.makeShear ( x, y, z )
    36. function three.Matrix4.prototype.makeTranslation ( x, y, z )
    37. function three.Matrix4.prototype.multiply ( m, n )
    38. function three.Matrix4.prototype.multiplyMatrices ( a, b )
    39. function three.Matrix4.prototype.multiplyScalar ( s )
    40. function three.Matrix4.prototype.multiplyToArray ( a, b, r )
    41. function three.Matrix4.prototype.multiplyVector3 ( vector )
    42. function three.Matrix4.prototype.multiplyVector3Array ( a )
    43. function three.Matrix4.prototype.multiplyVector4 ( vector )
    44. function three.Matrix4.prototype.premultiply ( m )
    45. function three.Matrix4.prototype.rotateAxis ( v )
    46. function three.Matrix4.prototype.rotateByAxis ()
    47. function three.Matrix4.prototype.rotateX ()
    48. function three.Matrix4.prototype.rotateY ()
    49. function three.Matrix4.prototype.rotateZ ()
    50. function three.Matrix4.prototype.scale ( v )
    51. function three.Matrix4.prototype.set ( n11, n12, n13, n14, n21, n22, n23, n24, n31, n32, n33, n34, n41, n42, n43, n44 )
    52. function three.Matrix4.prototype.setPosition ( v )
    53. function three.Matrix4.prototype.setRotationFromQuaternion ( q )
    54. function three.Matrix4.prototype.toArray ( array, offset )
    55. function three.Matrix4.prototype.translate ()
    56. function three.Matrix4.prototype.transpose ()
  750. module three.Matrix4.prototype.applyToBuffer
    1. function three.Matrix4.prototype.applyToBuffer ( buffer, offset, length )
  751. module three.Matrix4.prototype.applyToBufferAttribute
    1. function three.Matrix4.prototype.applyToBufferAttribute ( attribute )
  752. module three.Matrix4.prototype.applyToVector3Array
    1. function three.Matrix4.prototype.applyToVector3Array ( array, offset, length )
  753. module three.Matrix4.prototype.clone
    1. function three.Matrix4.prototype.clone ()
  754. module three.Matrix4.prototype.compose
    1. function three.Matrix4.prototype.compose ( position, quaternion, scale )
  755. module three.Matrix4.prototype.copy
    1. function three.Matrix4.prototype.copy ( m )
  756. module three.Matrix4.prototype.copyPosition
    1. function three.Matrix4.prototype.copyPosition ( m )
  757. module three.Matrix4.prototype.crossVector
    1. function three.Matrix4.prototype.crossVector ( vector )
  758. module three.Matrix4.prototype.decompose
    1. function three.Matrix4.prototype.decompose ( position, quaternion, scale )
  759. module three.Matrix4.prototype.determinant
    1. function three.Matrix4.prototype.determinant ()
  760. module three.Matrix4.prototype.equals
    1. function three.Matrix4.prototype.equals ( matrix )
  761. module three.Matrix4.prototype.extractBasis
    1. function three.Matrix4.prototype.extractBasis ( xAxis, yAxis, zAxis )
  762. module three.Matrix4.prototype.extractPosition
    1. function three.Matrix4.prototype.extractPosition ( m )
  763. module three.Matrix4.prototype.extractRotation
    1. function three.Matrix4.prototype.extractRotation ( m )
  764. module three.Matrix4.prototype.flattenToArrayOffset
    1. function three.Matrix4.prototype.flattenToArrayOffset ( array, offset )
  765. module three.Matrix4.prototype.fromArray
    1. function three.Matrix4.prototype.fromArray ( array, offset )
  766. module three.Matrix4.prototype.getInverse
    1. function three.Matrix4.prototype.getInverse ( m, throwOnDegenerate )
  767. module three.Matrix4.prototype.getMaxScaleOnAxis
    1. function three.Matrix4.prototype.getMaxScaleOnAxis ()
  768. module three.Matrix4.prototype.getPosition
    1. function three.Matrix4.prototype.getPosition ()
  769. module three.Matrix4.prototype.identity
    1. function three.Matrix4.prototype.identity ()
  770. module three.Matrix4.prototype.lookAt
    1. function three.Matrix4.prototype.lookAt ( eye, target, up )
  771. module three.Matrix4.prototype.makeBasis
    1. function three.Matrix4.prototype.makeBasis ( xAxis, yAxis, zAxis )
  772. module three.Matrix4.prototype.makeFrustum
    1. function three.Matrix4.prototype.makeFrustum ( left, right, bottom, top, near, far )
  773. module three.Matrix4.prototype.makeOrthographic
    1. function three.Matrix4.prototype.makeOrthographic ( left, right, top, bottom, near, far )
  774. module three.Matrix4.prototype.makePerspective
    1. function three.Matrix4.prototype.makePerspective ( left, right, top, bottom, near, far )
  775. module three.Matrix4.prototype.makeRotationAxis
    1. function three.Matrix4.prototype.makeRotationAxis ( axis, angle )
  776. module three.Matrix4.prototype.makeRotationFromEuler
    1. function three.Matrix4.prototype.makeRotationFromEuler ( euler )
  777. module three.Matrix4.prototype.makeRotationFromQuaternion
    1. function three.Matrix4.prototype.makeRotationFromQuaternion ( q )
  778. module three.Matrix4.prototype.makeRotationX
    1. function three.Matrix4.prototype.makeRotationX ( theta )
  779. module three.Matrix4.prototype.makeRotationY
    1. function three.Matrix4.prototype.makeRotationY ( theta )
  780. module three.Matrix4.prototype.makeRotationZ
    1. function three.Matrix4.prototype.makeRotationZ ( theta )
  781. module three.Matrix4.prototype.makeScale
    1. function three.Matrix4.prototype.makeScale ( x, y, z )
  782. module three.Matrix4.prototype.makeShear
    1. function three.Matrix4.prototype.makeShear ( x, y, z )
  783. module three.Matrix4.prototype.makeTranslation
    1. function three.Matrix4.prototype.makeTranslation ( x, y, z )
  784. module three.Matrix4.prototype.multiply
    1. function three.Matrix4.prototype.multiply ( m, n )
  785. module three.Matrix4.prototype.multiplyMatrices
    1. function three.Matrix4.prototype.multiplyMatrices ( a, b )
  786. module three.Matrix4.prototype.multiplyScalar
    1. function three.Matrix4.prototype.multiplyScalar ( s )
  787. module three.Matrix4.prototype.multiplyToArray
    1. function three.Matrix4.prototype.multiplyToArray ( a, b, r )
  788. module three.Matrix4.prototype.multiplyVector3
    1. function three.Matrix4.prototype.multiplyVector3 ( vector )
  789. module three.Matrix4.prototype.multiplyVector3Array
    1. function three.Matrix4.prototype.multiplyVector3Array ( a )
  790. module three.Matrix4.prototype.multiplyVector4
    1. function three.Matrix4.prototype.multiplyVector4 ( vector )
  791. module three.Matrix4.prototype.premultiply
    1. function three.Matrix4.prototype.premultiply ( m )
  792. module three.Matrix4.prototype.rotateAxis
    1. function three.Matrix4.prototype.rotateAxis ( v )
  793. module three.Matrix4.prototype.rotateByAxis
    1. function three.Matrix4.prototype.rotateByAxis ()
  794. module three.Matrix4.prototype.rotateX
    1. function three.Matrix4.prototype.rotateX ()
  795. module three.Matrix4.prototype.rotateY
    1. function three.Matrix4.prototype.rotateY ()
  796. module three.Matrix4.prototype.rotateZ
    1. function three.Matrix4.prototype.rotateZ ()
  797. module three.Matrix4.prototype.scale
    1. function three.Matrix4.prototype.scale ( v )
  798. module three.Matrix4.prototype.set
    1. function three.Matrix4.prototype.set ( n11, n12, n13, n14, n21, n22, n23, n24, n31, n32, n33, n34, n41, n42, n43, n44 )
  799. module three.Matrix4.prototype.setPosition
    1. function three.Matrix4.prototype.setPosition ( v )
  800. module three.Matrix4.prototype.setRotationFromQuaternion
    1. function three.Matrix4.prototype.setRotationFromQuaternion ( q )
  801. module three.Matrix4.prototype.toArray
    1. function three.Matrix4.prototype.toArray ( array, offset )
  802. module three.Matrix4.prototype.translate
    1. function three.Matrix4.prototype.translate ()
  803. module three.Matrix4.prototype.transpose
    1. function three.Matrix4.prototype.transpose ()
  804. module three.Mesh
    1. function three.Mesh ( geometry, material )
  805. module three.Mesh.prototype
    1. boolean three.Mesh.prototype.isMesh
    2. function three.Mesh.prototype.clone ()
    3. function three.Mesh.prototype.constructor ( geometry, material )
    4. function three.Mesh.prototype.copy ( source )
    5. function three.Mesh.prototype.raycast ( raycaster, intersects )
    6. function three.Mesh.prototype.setDrawMode ( value )
    7. function three.Mesh.prototype.updateMorphTargets ()
  806. module three.Mesh.prototype.clone
    1. function three.Mesh.prototype.clone ()
  807. module three.Mesh.prototype.copy
    1. function three.Mesh.prototype.copy ( source )
  808. module three.Mesh.prototype.raycast
    1. function three.Mesh.prototype.raycast ( raycaster, intersects )
  809. module three.Mesh.prototype.setDrawMode
    1. function three.Mesh.prototype.setDrawMode ( value )
  810. module three.Mesh.prototype.updateMorphTargets
    1. function three.Mesh.prototype.updateMorphTargets ()
  811. module three.MeshBasicMaterial
    1. function three.MeshBasicMaterial ( parameters )
  812. module three.MeshBasicMaterial.prototype
    1. boolean three.MeshBasicMaterial.prototype.isMeshBasicMaterial
    2. function three.MeshBasicMaterial.prototype.constructor ( parameters )
    3. function three.MeshBasicMaterial.prototype.copy ( source )
  813. module three.MeshBasicMaterial.prototype.copy
    1. function three.MeshBasicMaterial.prototype.copy ( source )
  814. module three.MeshDepthMaterial
    1. function three.MeshDepthMaterial ( parameters )
  815. module three.MeshDepthMaterial.prototype
    1. boolean three.MeshDepthMaterial.prototype.isMeshDepthMaterial
    2. function three.MeshDepthMaterial.prototype.constructor ( parameters )
    3. function three.MeshDepthMaterial.prototype.copy ( source )
  816. module three.MeshDepthMaterial.prototype.copy
    1. function three.MeshDepthMaterial.prototype.copy ( source )
  817. module three.MeshFaceMaterial
    1. function three.MeshFaceMaterial ( materials )
  818. module three.MeshLambertMaterial
    1. function three.MeshLambertMaterial ( parameters )
  819. module three.MeshLambertMaterial.prototype
    1. boolean three.MeshLambertMaterial.prototype.isMeshLambertMaterial
    2. function three.MeshLambertMaterial.prototype.constructor ( parameters )
    3. function three.MeshLambertMaterial.prototype.copy ( source )
  820. module three.MeshLambertMaterial.prototype.copy
    1. function three.MeshLambertMaterial.prototype.copy ( source )
  821. module three.MeshNormalMaterial
    1. function three.MeshNormalMaterial ( parameters )
  822. module three.MeshNormalMaterial.prototype
    1. boolean three.MeshNormalMaterial.prototype.isMeshNormalMaterial
    2. function three.MeshNormalMaterial.prototype.constructor ( parameters )
    3. function three.MeshNormalMaterial.prototype.copy ( source )
  823. module three.MeshNormalMaterial.prototype.copy
    1. function three.MeshNormalMaterial.prototype.copy ( source )
  824. module three.MeshPhongMaterial
    1. function three.MeshPhongMaterial ( parameters )
  825. module three.MeshPhongMaterial.prototype
    1. boolean three.MeshPhongMaterial.prototype.isMeshPhongMaterial
    2. function three.MeshPhongMaterial.prototype.constructor ( parameters )
    3. function three.MeshPhongMaterial.prototype.copy ( source )
  826. module three.MeshPhongMaterial.prototype.copy
    1. function three.MeshPhongMaterial.prototype.copy ( source )
  827. module three.MeshPhysicalMaterial
    1. function three.MeshPhysicalMaterial ( parameters )
  828. module three.MeshPhysicalMaterial.prototype
    1. boolean three.MeshPhysicalMaterial.prototype.isMeshPhysicalMaterial
    2. function three.MeshPhysicalMaterial.prototype.constructor ( parameters )
    3. function three.MeshPhysicalMaterial.prototype.copy ( source )
  829. module three.MeshPhysicalMaterial.prototype.copy
    1. function three.MeshPhysicalMaterial.prototype.copy ( source )
  830. module three.MeshStandardMaterial
    1. function three.MeshStandardMaterial ( parameters )
  831. module three.MeshStandardMaterial.prototype
    1. boolean three.MeshStandardMaterial.prototype.isMeshStandardMaterial
    2. function three.MeshStandardMaterial.prototype.constructor ( parameters )
    3. function three.MeshStandardMaterial.prototype.copy ( source )
  832. module three.MeshStandardMaterial.prototype.copy
    1. function three.MeshStandardMaterial.prototype.copy ( source )
  833. module three.MeshToonMaterial
    1. function three.MeshToonMaterial ( parameters )
  834. module three.MeshToonMaterial.prototype
    1. boolean three.MeshToonMaterial.prototype.isMeshToonMaterial
    2. function three.MeshToonMaterial.prototype.constructor ( parameters )
    3. function three.MeshToonMaterial.prototype.copy ( source )
  835. module three.MeshToonMaterial.prototype.copy
    1. function three.MeshToonMaterial.prototype.copy ( source )
  836. module three.MorphBlendMesh
    1. function three.MorphBlendMesh ( geometry, material )
  837. module three.MorphBlendMesh.prototype
    1. function three.MorphBlendMesh.prototype.autoCreateAnimations ( fps )
    2. function three.MorphBlendMesh.prototype.constructor ( geometry, material )
    3. function three.MorphBlendMesh.prototype.createAnimation ( name, start, end, fps )
    4. function three.MorphBlendMesh.prototype.getAnimationDuration ( name )
    5. function three.MorphBlendMesh.prototype.getAnimationTime ( name )
    6. function three.MorphBlendMesh.prototype.playAnimation ( name )
    7. function three.MorphBlendMesh.prototype.setAnimationDirectionBackward ( name )
    8. function three.MorphBlendMesh.prototype.setAnimationDirectionForward ( name )
    9. function three.MorphBlendMesh.prototype.setAnimationDuration ( name, duration )
    10. function three.MorphBlendMesh.prototype.setAnimationFPS ( name, fps )
    11. function three.MorphBlendMesh.prototype.setAnimationTime ( name, time )
    12. function three.MorphBlendMesh.prototype.setAnimationWeight ( name, weight )
    13. function three.MorphBlendMesh.prototype.stopAnimation ( name )
    14. function three.MorphBlendMesh.prototype.update ( delta )
  838. module three.MorphBlendMesh.prototype.autoCreateAnimations
    1. function three.MorphBlendMesh.prototype.autoCreateAnimations ( fps )
  839. module three.MorphBlendMesh.prototype.createAnimation
    1. function three.MorphBlendMesh.prototype.createAnimation ( name, start, end, fps )
  840. module three.MorphBlendMesh.prototype.getAnimationDuration
    1. function three.MorphBlendMesh.prototype.getAnimationDuration ( name )
  841. module three.MorphBlendMesh.prototype.getAnimationTime
    1. function three.MorphBlendMesh.prototype.getAnimationTime ( name )
  842. module three.MorphBlendMesh.prototype.playAnimation
    1. function three.MorphBlendMesh.prototype.playAnimation ( name )
  843. module three.MorphBlendMesh.prototype.setAnimationDirectionBackward
    1. function three.MorphBlendMesh.prototype.setAnimationDirectionBackward ( name )
  844. module three.MorphBlendMesh.prototype.setAnimationDirectionForward
    1. function three.MorphBlendMesh.prototype.setAnimationDirectionForward ( name )
  845. module three.MorphBlendMesh.prototype.setAnimationDuration
    1. function three.MorphBlendMesh.prototype.setAnimationDuration ( name, duration )
  846. module three.MorphBlendMesh.prototype.setAnimationFPS
    1. function three.MorphBlendMesh.prototype.setAnimationFPS ( name, fps )
  847. module three.MorphBlendMesh.prototype.setAnimationTime
    1. function three.MorphBlendMesh.prototype.setAnimationTime ( name, time )
  848. module three.MorphBlendMesh.prototype.setAnimationWeight
    1. function three.MorphBlendMesh.prototype.setAnimationWeight ( name, weight )
  849. module three.MorphBlendMesh.prototype.stopAnimation
    1. function three.MorphBlendMesh.prototype.stopAnimation ( name )
  850. module three.MorphBlendMesh.prototype.update
    1. function three.MorphBlendMesh.prototype.update ( delta )
  851. module three.MultiMaterial
    1. function three.MultiMaterial ( materials )
  852. module three.MultiMaterial.prototype
    1. boolean three.MultiMaterial.prototype.isMultiMaterial
    2. function three.MultiMaterial.prototype.clone ()
    3. function three.MultiMaterial.prototype.constructor ( materials )
    4. function three.MultiMaterial.prototype.toJSON ( meta )
  853. module three.MultiMaterial.prototype.clone
    1. function three.MultiMaterial.prototype.clone ()
  854. module three.MultiMaterial.prototype.toJSON
    1. function three.MultiMaterial.prototype.toJSON ( meta )
  855. module three.NumberKeyframeTrack
    1. function three.NumberKeyframeTrack ( name, times, values, interpolation )
  856. module three.NumberKeyframeTrack.prototype
    1. function three.NumberKeyframeTrack.prototype.constructor ( name, times, values, interpolation )
    2. string three.NumberKeyframeTrack.prototype.ValueTypeName
  857. module three.Object3D
    1. boolean three.Object3D.DefaultMatrixAutoUpdate
    2. function three.Object3D ()
    3. object three.Object3D.DefaultUp
  858. module three.Object3D.prototype
    1. boolean three.Object3D.prototype.isObject3D
    2. function three.Object3D.prototype.add ( object )
    3. function three.Object3D.prototype.addEventListener ( type, listener )
    4. function three.Object3D.prototype.applyMatrix ( matrix )
    5. function three.Object3D.prototype.clone ( recursive )
    6. function three.Object3D.prototype.constructor ()
    7. function three.Object3D.prototype.copy ( source, recursive )
    8. function three.Object3D.prototype.dispatchEvent ( event )
    9. function three.Object3D.prototype.getChildByName ( name )
    10. function three.Object3D.prototype.getObjectById ( id )
    11. function three.Object3D.prototype.getObjectByName ( name )
    12. function three.Object3D.prototype.getObjectByProperty ( name, value )
    13. function three.Object3D.prototype.getWorldDirection ( optionalTarget )
    14. function three.Object3D.prototype.getWorldPosition ( optionalTarget )
    15. function three.Object3D.prototype.getWorldQuaternion ( optionalTarget )
    16. function three.Object3D.prototype.getWorldRotation ( optionalTarget )
    17. function three.Object3D.prototype.getWorldScale ( optionalTarget )
    18. function three.Object3D.prototype.hasEventListener ( type, listener )
    19. function three.Object3D.prototype.localToWorld ( vector )
    20. function three.Object3D.prototype.lookAt ( vector )
    21. function three.Object3D.prototype.raycast ()
    22. function three.Object3D.prototype.remove ( object )
    23. function three.Object3D.prototype.removeEventListener ( type, listener )
    24. function three.Object3D.prototype.renderDepth ()
    25. function three.Object3D.prototype.rotateOnAxis ( axis, angle )
    26. function three.Object3D.prototype.rotateX ( angle )
    27. function three.Object3D.prototype.rotateY ( angle )
    28. function three.Object3D.prototype.rotateZ ( angle )
    29. function three.Object3D.prototype.setRotationFromAxisAngle ( axis, angle )
    30. function three.Object3D.prototype.setRotationFromEuler ( euler )
    31. function three.Object3D.prototype.setRotationFromMatrix ( m )
    32. function three.Object3D.prototype.setRotationFromQuaternion ( q )
    33. function three.Object3D.prototype.toJSON ( meta )
    34. function three.Object3D.prototype.translate ( distance, axis )
    35. function three.Object3D.prototype.translateOnAxis ( axis, distance )
    36. function three.Object3D.prototype.translateX ( distance )
    37. function three.Object3D.prototype.translateY ( distance )
    38. function three.Object3D.prototype.translateZ ( distance )
    39. function three.Object3D.prototype.traverse ( callback )
    40. function three.Object3D.prototype.traverseAncestors ( callback )
    41. function three.Object3D.prototype.traverseVisible ( callback )
    42. function three.Object3D.prototype.updateMatrix ()
    43. function three.Object3D.prototype.updateMatrixWorld ( force )
    44. function three.Object3D.prototype.worldToLocal ( vector )
  859. module three.Object3D.prototype.add
    1. function three.Object3D.prototype.add ( object )
  860. module three.Object3D.prototype.applyMatrix
    1. function three.Object3D.prototype.applyMatrix ( matrix )
  861. module three.Object3D.prototype.clone
    1. function three.Object3D.prototype.clone ( recursive )
  862. module three.Object3D.prototype.copy
    1. function three.Object3D.prototype.copy ( source, recursive )
  863. module three.Object3D.prototype.getChildByName
    1. function three.Object3D.prototype.getChildByName ( name )
  864. module three.Object3D.prototype.getObjectById
    1. function three.Object3D.prototype.getObjectById ( id )
  865. module three.Object3D.prototype.getObjectByName
    1. function three.Object3D.prototype.getObjectByName ( name )
  866. module three.Object3D.prototype.getObjectByProperty
    1. function three.Object3D.prototype.getObjectByProperty ( name, value )
  867. module three.Object3D.prototype.getWorldDirection
    1. function three.Object3D.prototype.getWorldDirection ( optionalTarget )
  868. module three.Object3D.prototype.getWorldPosition
    1. function three.Object3D.prototype.getWorldPosition ( optionalTarget )
  869. module three.Object3D.prototype.getWorldQuaternion
    1. function three.Object3D.prototype.getWorldQuaternion ( optionalTarget )
  870. module three.Object3D.prototype.getWorldRotation
    1. function three.Object3D.prototype.getWorldRotation ( optionalTarget )
  871. module three.Object3D.prototype.getWorldScale
    1. function three.Object3D.prototype.getWorldScale ( optionalTarget )
  872. module three.Object3D.prototype.localToWorld
    1. function three.Object3D.prototype.localToWorld ( vector )
  873. module three.Object3D.prototype.lookAt
    1. function three.Object3D.prototype.lookAt ( vector )
  874. module three.Object3D.prototype.raycast
    1. function three.Object3D.prototype.raycast ()
  875. module three.Object3D.prototype.remove
    1. function three.Object3D.prototype.remove ( object )
  876. module three.Object3D.prototype.renderDepth
    1. function three.Object3D.prototype.renderDepth ()
  877. module three.Object3D.prototype.rotateOnAxis
    1. function three.Object3D.prototype.rotateOnAxis ( axis, angle )
  878. module three.Object3D.prototype.rotateX
    1. function three.Object3D.prototype.rotateX ( angle )
  879. module three.Object3D.prototype.rotateY
    1. function three.Object3D.prototype.rotateY ( angle )
  880. module three.Object3D.prototype.rotateZ
    1. function three.Object3D.prototype.rotateZ ( angle )
  881. module three.Object3D.prototype.setRotationFromAxisAngle
    1. function three.Object3D.prototype.setRotationFromAxisAngle ( axis, angle )
  882. module three.Object3D.prototype.setRotationFromEuler
    1. function three.Object3D.prototype.setRotationFromEuler ( euler )
  883. module three.Object3D.prototype.setRotationFromMatrix
    1. function three.Object3D.prototype.setRotationFromMatrix ( m )
  884. module three.Object3D.prototype.setRotationFromQuaternion
    1. function three.Object3D.prototype.setRotationFromQuaternion ( q )
  885. module three.Object3D.prototype.toJSON
    1. function three.Object3D.prototype.toJSON ( meta )
  886. module three.Object3D.prototype.translate
    1. function three.Object3D.prototype.translate ( distance, axis )
  887. module three.Object3D.prototype.translateOnAxis
    1. function three.Object3D.prototype.translateOnAxis ( axis, distance )
  888. module three.Object3D.prototype.translateX
    1. function three.Object3D.prototype.translateX ( distance )
  889. module three.Object3D.prototype.translateY
    1. function three.Object3D.prototype.translateY ( distance )
  890. module three.Object3D.prototype.translateZ
    1. function three.Object3D.prototype.translateZ ( distance )
  891. module three.Object3D.prototype.traverse
    1. function three.Object3D.prototype.traverse ( callback )
  892. module three.Object3D.prototype.traverseAncestors
    1. function three.Object3D.prototype.traverseAncestors ( callback )
  893. module three.Object3D.prototype.traverseVisible
    1. function three.Object3D.prototype.traverseVisible ( callback )
  894. module three.Object3D.prototype.updateMatrix
    1. function three.Object3D.prototype.updateMatrix ()
  895. module three.Object3D.prototype.updateMatrixWorld
    1. function three.Object3D.prototype.updateMatrixWorld ( force )
  896. module three.Object3D.prototype.worldToLocal
    1. function three.Object3D.prototype.worldToLocal ( vector )
  897. module three.ObjectLoader
    1. function three.ObjectLoader ( manager )
  898. module three.ObjectLoader.prototype
    1. function three.ObjectLoader.prototype.load ( url, onLoad, onProgress, onError )
    2. function three.ObjectLoader.prototype.parse ( json, onLoad )
    3. function three.ObjectLoader.prototype.parseAnimations ( json )
    4. function three.ObjectLoader.prototype.parseGeometries ( json )
    5. function three.ObjectLoader.prototype.parseImages ( json, onLoad )
    6. function three.ObjectLoader.prototype.parseMaterials ( json, textures )
    7. function three.ObjectLoader.prototype.parseObject ( data, geometries, materials )
    8. function three.ObjectLoader.prototype.parseTextures ( json, images )
    9. function three.ObjectLoader.prototype.setCrossOrigin ( value )
    10. function three.ObjectLoader.prototype.setTexturePath ( value )
  899. module three.ObjectLoader.prototype.load
    1. function three.ObjectLoader.prototype.load ( url, onLoad, onProgress, onError )
  900. module three.ObjectLoader.prototype.parse
    1. function three.ObjectLoader.prototype.parse ( json, onLoad )
  901. module three.ObjectLoader.prototype.parseAnimations
    1. function three.ObjectLoader.prototype.parseAnimations ( json )
  902. module three.ObjectLoader.prototype.parseGeometries
    1. function three.ObjectLoader.prototype.parseGeometries ( json )
  903. module three.ObjectLoader.prototype.parseImages
    1. function three.ObjectLoader.prototype.parseImages ( json, onLoad )
  904. module three.ObjectLoader.prototype.parseMaterials
    1. function three.ObjectLoader.prototype.parseMaterials ( json, textures )
  905. module three.ObjectLoader.prototype.parseObject
    1. function three.ObjectLoader.prototype.parseObject ( data, geometries, materials )
  906. module three.ObjectLoader.prototype.parseTextures
    1. function three.ObjectLoader.prototype.parseTextures ( json, images )
  907. module three.ObjectLoader.prototype.setCrossOrigin
    1. function three.ObjectLoader.prototype.setCrossOrigin ( value )
  908. module three.ObjectLoader.prototype.setTexturePath
    1. function three.ObjectLoader.prototype.setTexturePath ( value )
  909. module three.OctahedronBufferGeometry
    1. function three.OctahedronBufferGeometry ( radius, detail )
  910. module three.OctahedronBufferGeometry.prototype
    1. function three.OctahedronBufferGeometry.prototype.constructor ( radius, detail )
  911. module three.OctahedronGeometry
    1. function three.OctahedronGeometry ( radius, detail )
  912. module three.OctahedronGeometry.prototype
    1. function three.OctahedronGeometry.prototype.constructor ( radius, detail )
  913. module three.OrthographicCamera
    1. function three.OrthographicCamera ( left, right, top, bottom, near, far )
  914. module three.OrthographicCamera.prototype
    1. boolean three.OrthographicCamera.prototype.isOrthographicCamera
    2. function three.OrthographicCamera.prototype.clearViewOffset ()
    3. function three.OrthographicCamera.prototype.constructor ( left, right, top, bottom, near, far )
    4. function three.OrthographicCamera.prototype.copy ( source )
    5. function three.OrthographicCamera.prototype.setViewOffset ( fullWidth, fullHeight, x, y, width, height )
    6. function three.OrthographicCamera.prototype.toJSON ( meta )
    7. function three.OrthographicCamera.prototype.updateProjectionMatrix ()
  915. module three.OrthographicCamera.prototype.clearViewOffset
    1. function three.OrthographicCamera.prototype.clearViewOffset ()
  916. module three.OrthographicCamera.prototype.copy
    1. function three.OrthographicCamera.prototype.copy ( source )
  917. module three.OrthographicCamera.prototype.setViewOffset
    1. function three.OrthographicCamera.prototype.setViewOffset ( fullWidth, fullHeight, x, y, width, height )
  918. module three.OrthographicCamera.prototype.toJSON
    1. function three.OrthographicCamera.prototype.toJSON ( meta )
  919. module three.OrthographicCamera.prototype.updateProjectionMatrix
    1. function three.OrthographicCamera.prototype.updateProjectionMatrix ()
  920. module three.ParametricBufferGeometry
    1. function three.ParametricBufferGeometry ( func, slices, stacks )
  921. module three.ParametricBufferGeometry.prototype
    1. function three.ParametricBufferGeometry.prototype.constructor ( func, slices, stacks )
  922. module three.ParametricGeometry
    1. function three.ParametricGeometry ( func, slices, stacks )
  923. module three.ParametricGeometry.prototype
    1. function three.ParametricGeometry.prototype.constructor ( func, slices, stacks )
  924. module three.Particle
    1. function three.Particle ( material )
  925. module three.ParticleBasicMaterial
    1. function three.ParticleBasicMaterial ( parameters )
  926. module three.ParticleSystem
    1. function three.ParticleSystem ( geometry, material )
  927. module three.ParticleSystemMaterial
    1. function three.ParticleSystemMaterial ( parameters )
  928. module three.Path
    1. function three.Path ( points )
  929. module three.Path.prototype
    1. function three.Path.prototype.absarc ( aX, aY, aRadius, aStartAngle, aEndAngle, aClockwise )
    2. function three.Path.prototype.absellipse ( aX, aY, xRadius, yRadius, aStartAngle, aEndAngle, aClockwise, aRotation )
    3. function three.Path.prototype.arc ( aX, aY, aRadius, aStartAngle, aEndAngle, aClockwise )
    4. function three.Path.prototype.bezierCurveTo ( aCP1x, aCP1y, aCP2x, aCP2y, aX, aY )
    5. function three.Path.prototype.constructor ( points )
    6. function three.Path.prototype.ellipse ( aX, aY, xRadius, yRadius, aStartAngle, aEndAngle, aClockwise, aRotation )
    7. function three.Path.prototype.fromPoints ( vectors )
    8. function three.Path.prototype.lineTo ( x, y )
    9. function three.Path.prototype.moveTo ( x, y )
    10. function three.Path.prototype.quadraticCurveTo ( aCPx, aCPy, aX, aY )
    11. function three.Path.prototype.splineThru ( pts)
  930. module three.Path.prototype.absarc
    1. function three.Path.prototype.absarc ( aX, aY, aRadius, aStartAngle, aEndAngle, aClockwise )
  931. module three.Path.prototype.absellipse
    1. function three.Path.prototype.absellipse ( aX, aY, xRadius, yRadius, aStartAngle, aEndAngle, aClockwise, aRotation )
  932. module three.Path.prototype.arc
    1. function three.Path.prototype.arc ( aX, aY, aRadius, aStartAngle, aEndAngle, aClockwise )
  933. module three.Path.prototype.bezierCurveTo
    1. function three.Path.prototype.bezierCurveTo ( aCP1x, aCP1y, aCP2x, aCP2y, aX, aY )
  934. module three.Path.prototype.ellipse
    1. function three.Path.prototype.ellipse ( aX, aY, xRadius, yRadius, aStartAngle, aEndAngle, aClockwise, aRotation )
  935. module three.Path.prototype.fromPoints
    1. function three.Path.prototype.fromPoints ( vectors )
  936. module three.Path.prototype.lineTo
    1. function three.Path.prototype.lineTo ( x, y )
  937. module three.Path.prototype.moveTo
    1. function three.Path.prototype.moveTo ( x, y )
  938. module three.Path.prototype.quadraticCurveTo
    1. function three.Path.prototype.quadraticCurveTo ( aCPx, aCPy, aX, aY )
  939. module three.Path.prototype.splineThru
    1. function three.Path.prototype.splineThru ( pts)
  940. module three.PerspectiveCamera
    1. function three.PerspectiveCamera ( fov, aspect, near, far )
  941. module three.PerspectiveCamera.prototype
    1. boolean three.PerspectiveCamera.prototype.isPerspectiveCamera
    2. function three.PerspectiveCamera.prototype.clearViewOffset ()
    3. function three.PerspectiveCamera.prototype.constructor ( fov, aspect, near, far )
    4. function three.PerspectiveCamera.prototype.copy ( source )
    5. function three.PerspectiveCamera.prototype.getEffectiveFOV ()
    6. function three.PerspectiveCamera.prototype.getFilmHeight ()
    7. function three.PerspectiveCamera.prototype.getFilmWidth ()
    8. function three.PerspectiveCamera.prototype.getFocalLength ()
    9. function three.PerspectiveCamera.prototype.setFocalLength ( focalLength )
    10. function three.PerspectiveCamera.prototype.setLens ( focalLength, filmGauge )
    11. function three.PerspectiveCamera.prototype.setViewOffset ( fullWidth, fullHeight, x, y, width, height )
    12. function three.PerspectiveCamera.prototype.toJSON ( meta )
    13. function three.PerspectiveCamera.prototype.updateProjectionMatrix ()
  942. module three.PerspectiveCamera.prototype.clearViewOffset
    1. function three.PerspectiveCamera.prototype.clearViewOffset ()
  943. module three.PerspectiveCamera.prototype.copy
    1. function three.PerspectiveCamera.prototype.copy ( source )
  944. module three.PerspectiveCamera.prototype.getEffectiveFOV
    1. function three.PerspectiveCamera.prototype.getEffectiveFOV ()
  945. module three.PerspectiveCamera.prototype.getFilmHeight
    1. function three.PerspectiveCamera.prototype.getFilmHeight ()
  946. module three.PerspectiveCamera.prototype.getFilmWidth
    1. function three.PerspectiveCamera.prototype.getFilmWidth ()
  947. module three.PerspectiveCamera.prototype.getFocalLength
    1. function three.PerspectiveCamera.prototype.getFocalLength ()
  948. module three.PerspectiveCamera.prototype.setFocalLength
    1. function three.PerspectiveCamera.prototype.setFocalLength ( focalLength )
  949. module three.PerspectiveCamera.prototype.setLens
    1. function three.PerspectiveCamera.prototype.setLens ( focalLength, filmGauge )
  950. module three.PerspectiveCamera.prototype.setViewOffset
    1. function three.PerspectiveCamera.prototype.setViewOffset ( fullWidth, fullHeight, x, y, width, height )
  951. module three.PerspectiveCamera.prototype.toJSON
    1. function three.PerspectiveCamera.prototype.toJSON ( meta )
  952. module three.PerspectiveCamera.prototype.updateProjectionMatrix
    1. function three.PerspectiveCamera.prototype.updateProjectionMatrix ()
  953. module three.Plane
    1. function three.Plane ( normal, constant )
  954. module three.Plane.prototype
    1. function three.Plane.prototype.applyMatrix4 ( matrix, optionalNormalMatrix )
    2. function three.Plane.prototype.clone ()
    3. function three.Plane.prototype.constructor ( normal, constant )
    4. function three.Plane.prototype.coplanarPoint ( optionalTarget )
    5. function three.Plane.prototype.copy ( plane )
    6. function three.Plane.prototype.distanceToPoint ( point )
    7. function three.Plane.prototype.distanceToSphere ( sphere )
    8. function three.Plane.prototype.equals ( plane )
    9. function three.Plane.prototype.intersectLine ( line, optionalTarget )
    10. function three.Plane.prototype.intersectsBox ( box )
    11. function three.Plane.prototype.intersectsLine ( line )
    12. function three.Plane.prototype.intersectsSphere ( sphere )
    13. function three.Plane.prototype.isIntersectionLine ( line )
    14. function three.Plane.prototype.negate ()
    15. function three.Plane.prototype.normalize ()
    16. function three.Plane.prototype.orthoPoint ( point, optionalTarget )
    17. function three.Plane.prototype.projectPoint ( point, optionalTarget )
    18. function three.Plane.prototype.set ( normal, constant )
    19. function three.Plane.prototype.setComponents ( x, y, z, w )
    20. function three.Plane.prototype.setFromCoplanarPoints ( a, b, c )
    21. function three.Plane.prototype.setFromNormalAndCoplanarPoint ( normal, point )
    22. function three.Plane.prototype.translate ( offset )
  955. module three.Plane.prototype.applyMatrix4
    1. function three.Plane.prototype.applyMatrix4 ( matrix, optionalNormalMatrix )
  956. module three.Plane.prototype.clone
    1. function three.Plane.prototype.clone ()
  957. module three.Plane.prototype.coplanarPoint
    1. function three.Plane.prototype.coplanarPoint ( optionalTarget )
  958. module three.Plane.prototype.copy
    1. function three.Plane.prototype.copy ( plane )
  959. module three.Plane.prototype.distanceToPoint
    1. function three.Plane.prototype.distanceToPoint ( point )
  960. module three.Plane.prototype.distanceToSphere
    1. function three.Plane.prototype.distanceToSphere ( sphere )
  961. module three.Plane.prototype.equals
    1. function three.Plane.prototype.equals ( plane )
  962. module three.Plane.prototype.intersectLine
    1. function three.Plane.prototype.intersectLine ( line, optionalTarget )
  963. module three.Plane.prototype.intersectsBox
    1. function three.Plane.prototype.intersectsBox ( box )
  964. module three.Plane.prototype.intersectsLine
    1. function three.Plane.prototype.intersectsLine ( line )
  965. module three.Plane.prototype.intersectsSphere
    1. function three.Plane.prototype.intersectsSphere ( sphere )
  966. module three.Plane.prototype.isIntersectionLine
    1. function three.Plane.prototype.isIntersectionLine ( line )
  967. module three.Plane.prototype.negate
    1. function three.Plane.prototype.negate ()
  968. module three.Plane.prototype.normalize
    1. function three.Plane.prototype.normalize ()
  969. module three.Plane.prototype.orthoPoint
    1. function three.Plane.prototype.orthoPoint ( point, optionalTarget )
  970. module three.Plane.prototype.projectPoint
    1. function three.Plane.prototype.projectPoint ( point, optionalTarget )
  971. module three.Plane.prototype.set
    1. function three.Plane.prototype.set ( normal, constant )
  972. module three.Plane.prototype.setComponents
    1. function three.Plane.prototype.setComponents ( x, y, z, w )
  973. module three.Plane.prototype.setFromCoplanarPoints
    1. function three.Plane.prototype.setFromCoplanarPoints ( a, b, c )
  974. module three.Plane.prototype.setFromNormalAndCoplanarPoint
    1. function three.Plane.prototype.setFromNormalAndCoplanarPoint ( normal, point )
  975. module three.Plane.prototype.translate
    1. function three.Plane.prototype.translate ( offset )
  976. module three.PlaneBufferGeometry
    1. function three.PlaneBufferGeometry ( width, height, widthSegments, heightSegments )
  977. module three.PlaneBufferGeometry.prototype
    1. function three.PlaneBufferGeometry.prototype.constructor ( width, height, widthSegments, heightSegments )
  978. module three.PlaneGeometry
    1. function three.PlaneGeometry ( width, height, widthSegments, heightSegments )
  979. module three.PlaneGeometry.prototype
    1. function three.PlaneGeometry.prototype.constructor ( width, height, widthSegments, heightSegments )
  980. module three.PointCloud
    1. function three.PointCloud ( geometry, material )
  981. module three.PointCloudMaterial
    1. function three.PointCloudMaterial ( parameters )
  982. module three.PointLight
    1. function three.PointLight ( color, intensity, distance, decay )
  983. module three.PointLight.prototype
    1. boolean three.PointLight.prototype.isPointLight
    2. function three.PointLight.prototype.constructor ( color, intensity, distance, decay )
    3. function three.PointLight.prototype.copy ( source )
  984. module three.PointLight.prototype.copy
    1. function three.PointLight.prototype.copy ( source )
  985. module three.PointLightHelper
    1. function three.PointLightHelper ( light, sphereSize )
  986. module three.PointLightHelper.prototype
    1. function three.PointLightHelper.prototype.constructor ( light, sphereSize )
    2. function three.PointLightHelper.prototype.dispose ()
    3. function three.PointLightHelper.prototype.update ()
  987. module three.PointLightHelper.prototype.dispose
    1. function three.PointLightHelper.prototype.dispose ()
  988. module three.PointLightHelper.prototype.update
    1. function three.PointLightHelper.prototype.update ()
  989. module three.Points
    1. function three.Points ( geometry, material )
  990. module three.Points.prototype
    1. boolean three.Points.prototype.isPoints
    2. function three.Points.prototype.clone ()
    3. function three.Points.prototype.constructor ( geometry, material )
    4. function three.Points.prototype.raycast ( raycaster, intersects )
  991. module three.Points.prototype.clone
    1. function three.Points.prototype.clone ()
  992. module three.Points.prototype.raycast
    1. function three.Points.prototype.raycast ( raycaster, intersects )
  993. module three.PointsMaterial
    1. function three.PointsMaterial ( parameters )
  994. module three.PointsMaterial.prototype
    1. boolean three.PointsMaterial.prototype.isPointsMaterial
    2. function three.PointsMaterial.prototype.constructor ( parameters )
    3. function three.PointsMaterial.prototype.copy ( source )
  995. module three.PointsMaterial.prototype.copy
    1. function three.PointsMaterial.prototype.copy ( source )
  996. module three.PolarGridHelper
    1. function three.PolarGridHelper ( radius, radials, circles, divisions, color1, color2 )
  997. module three.PolarGridHelper.prototype
    1. function three.PolarGridHelper.prototype.constructor ( radius, radials, circles, divisions, color1, color2 )
  998. module three.PolyhedronBufferGeometry
    1. function three.PolyhedronBufferGeometry ( vertices, indices, radius, detail )
  999. module three.PolyhedronBufferGeometry.prototype
    1. function three.PolyhedronBufferGeometry.prototype.constructor ( vertices, indices, radius, detail )
  1000. module three.PolyhedronGeometry
    1. function three.PolyhedronGeometry ( vertices, indices, radius, detail )
  1001. module three.PolyhedronGeometry.prototype
    1. function three.PolyhedronGeometry.prototype.constructor ( vertices, indices, radius, detail )
  1002. module three.PositionalAudio
    1. function three.PositionalAudio ( listener )
  1003. module three.PositionalAudio.prototype
    1. function three.PositionalAudio.prototype.constructor ( listener )
    2. function three.PositionalAudio.prototype.getDistanceModel ()
    3. function three.PositionalAudio.prototype.getMaxDistance ()
    4. function three.PositionalAudio.prototype.getOutput ()
    5. function three.PositionalAudio.prototype.getRefDistance ()
    6. function three.PositionalAudio.prototype.getRolloffFactor ()
    7. function three.PositionalAudio.prototype.setDistanceModel ( value )
    8. function three.PositionalAudio.prototype.setMaxDistance ( value )
    9. function three.PositionalAudio.prototype.setRefDistance ( value )
    10. function three.PositionalAudio.prototype.setRolloffFactor ( value )
    11. function three.PositionalAudio.prototype.updateMatrixWorld ( force )
  1004. module three.PositionalAudio.prototype.getDistanceModel
    1. function three.PositionalAudio.prototype.getDistanceModel ()
  1005. module three.PositionalAudio.prototype.getMaxDistance
    1. function three.PositionalAudio.prototype.getMaxDistance ()
  1006. module three.PositionalAudio.prototype.getOutput
    1. function three.PositionalAudio.prototype.getOutput ()
  1007. module three.PositionalAudio.prototype.getRefDistance
    1. function three.PositionalAudio.prototype.getRefDistance ()
  1008. module three.PositionalAudio.prototype.getRolloffFactor
    1. function three.PositionalAudio.prototype.getRolloffFactor ()
  1009. module three.PositionalAudio.prototype.setDistanceModel
    1. function three.PositionalAudio.prototype.setDistanceModel ( value )
  1010. module three.PositionalAudio.prototype.setMaxDistance
    1. function three.PositionalAudio.prototype.setMaxDistance ( value )
  1011. module three.PositionalAudio.prototype.setRefDistance
    1. function three.PositionalAudio.prototype.setRefDistance ( value )
  1012. module three.PositionalAudio.prototype.setRolloffFactor
    1. function three.PositionalAudio.prototype.setRolloffFactor ( value )
  1013. module three.PositionalAudio.prototype.updateMatrixWorld
    1. function three.PositionalAudio.prototype.updateMatrixWorld ( force )
  1014. module three.Projector
    1. function three.Projector ()
  1015. module three.PropertyBinding
    1. function three.PropertyBinding ( rootNode, path, parsedPath )
    2. function three.PropertyBinding.Composite ( targetGroup, path, optionalParsedPath )
    3. function three.PropertyBinding.create ( root, path, parsedPath )
    4. function three.PropertyBinding.findNode ( root, nodeName )
    5. function three.PropertyBinding.parseTrackName ( trackName )
  1016. module three.PropertyBinding.Composite
    1. function three.PropertyBinding.Composite ( targetGroup, path, optionalParsedPath )
  1017. module three.PropertyBinding.Composite.prototype
    1. function three.PropertyBinding.Composite.prototype.bind ()
    2. function three.PropertyBinding.Composite.prototype.constructor ( targetGroup, path, optionalParsedPath )
    3. function three.PropertyBinding.Composite.prototype.getValue ( array, offset )
    4. function three.PropertyBinding.Composite.prototype.setValue ( array, offset )
    5. function three.PropertyBinding.Composite.prototype.unbind ()
  1018. module three.PropertyBinding.Composite.prototype.bind
    1. function three.PropertyBinding.Composite.prototype.bind ()
  1019. module three.PropertyBinding.Composite.prototype.getValue
    1. function three.PropertyBinding.Composite.prototype.getValue ( array, offset )
  1020. module three.PropertyBinding.Composite.prototype.setValue
    1. function three.PropertyBinding.Composite.prototype.setValue ( array, offset )
  1021. module three.PropertyBinding.Composite.prototype.unbind
    1. function three.PropertyBinding.Composite.prototype.unbind ()
  1022. module three.PropertyBinding.create
    1. function three.PropertyBinding.create ( root, path, parsedPath )
  1023. module three.PropertyBinding.findNode
    1. function three.PropertyBinding.findNode ( root, nodeName )
  1024. module three.PropertyBinding.parseTrackName
    1. function three.PropertyBinding.parseTrackName ( trackName )
  1025. module three.PropertyBinding.prototype
    1. function three.PropertyBinding.prototype._getValue_unavailable ()
    2. function three.PropertyBinding.prototype._getValue_unbound ( targetArray, offset )
    3. function three.PropertyBinding.prototype._setValue_unavailable ()
    4. function three.PropertyBinding.prototype._setValue_unbound ( sourceArray, offset )
    5. function three.PropertyBinding.prototype.bind ()
    6. function three.PropertyBinding.prototype.constructor ( rootNode, path, parsedPath )
    7. function three.PropertyBinding.prototype.getValue ( targetArray, offset )
    8. function three.PropertyBinding.prototype.setValue ( sourceArray, offset )
    9. function three.PropertyBinding.prototype.unbind ()
    10. object three.PropertyBinding.prototype.BindingType
    11. object three.PropertyBinding.prototype.GetterByBindingType
    12. object three.PropertyBinding.prototype.SetterByBindingTypeAndVersioning
    13. object three.PropertyBinding.prototype.Versioning
  1026. module three.PropertyBinding.prototype.GetterByBindingType
    1. function three.PropertyBinding.prototype.GetterByBindingType.0 ( buffer, offset )
    2. function three.PropertyBinding.prototype.GetterByBindingType.1 ( buffer, offset )
    3. function three.PropertyBinding.prototype.GetterByBindingType.2 ( buffer, offset )
    4. function three.PropertyBinding.prototype.GetterByBindingType.3 ( buffer, offset )
  1027. module three.PropertyBinding.prototype._getValue_unavailable
    1. function three.PropertyBinding.prototype._getValue_unavailable ()
  1028. module three.PropertyBinding.prototype._setValue_unavailable
    1. function three.PropertyBinding.prototype._setValue_unavailable ()
  1029. module three.PropertyBinding.prototype.bind
    1. function three.PropertyBinding.prototype.bind ()
  1030. module three.PropertyBinding.prototype.getValue
    1. function three.PropertyBinding.prototype.getValue ( targetArray, offset )
  1031. module three.PropertyBinding.prototype.setValue
    1. function three.PropertyBinding.prototype.setValue ( sourceArray, offset )
  1032. module three.PropertyBinding.prototype.unbind
    1. function three.PropertyBinding.prototype.unbind ()
  1033. module three.PropertyMixer
    1. function three.PropertyMixer ( binding, typeName, valueSize )
  1034. module three.PropertyMixer.prototype
    1. function three.PropertyMixer.prototype._lerp ( buffer, dstOffset, srcOffset, t, stride )
    2. function three.PropertyMixer.prototype._select ( buffer, dstOffset, srcOffset, t, stride )
    3. function three.PropertyMixer.prototype._slerp ( buffer, dstOffset, srcOffset, t, stride )
    4. function three.PropertyMixer.prototype.accumulate ( accuIndex, weight )
    5. function three.PropertyMixer.prototype.apply ( accuIndex )
    6. function three.PropertyMixer.prototype.constructor ( binding, typeName, valueSize )
    7. function three.PropertyMixer.prototype.restoreOriginalState ()
    8. function three.PropertyMixer.prototype.saveOriginalState ()
  1035. module three.PropertyMixer.prototype._lerp
    1. function three.PropertyMixer.prototype._lerp ( buffer, dstOffset, srcOffset, t, stride )
  1036. module three.PropertyMixer.prototype._select
    1. function three.PropertyMixer.prototype._select ( buffer, dstOffset, srcOffset, t, stride )
  1037. module three.PropertyMixer.prototype._slerp
    1. function three.PropertyMixer.prototype._slerp ( buffer, dstOffset, srcOffset, t, stride )
  1038. module three.PropertyMixer.prototype.accumulate
    1. function three.PropertyMixer.prototype.accumulate ( accuIndex, weight )
  1039. module three.PropertyMixer.prototype.apply
    1. function three.PropertyMixer.prototype.apply ()
  1040. module three.PropertyMixer.prototype.restoreOriginalState
    1. function three.PropertyMixer.prototype.restoreOriginalState ()
  1041. module three.PropertyMixer.prototype.saveOriginalState
    1. function three.PropertyMixer.prototype.saveOriginalState ()
  1042. module three.QuadraticBezierCurve
    1. function three.QuadraticBezierCurve ( v0, v1, v2 )
  1043. module three.QuadraticBezierCurve.prototype
    1. function three.QuadraticBezierCurve.prototype.constructor ( v0, v1, v2 )
    2. function three.QuadraticBezierCurve.prototype.getPoint ( t )
  1044. module three.QuadraticBezierCurve.prototype.getPoint
    1. function three.QuadraticBezierCurve.prototype.getPoint ( t )
  1045. module three.QuadraticBezierCurve3
    1. function three.QuadraticBezierCurve3 ( v0, v1, v2 )
  1046. module three.QuadraticBezierCurve3.prototype
    1. function three.QuadraticBezierCurve3.prototype.constructor ( v0, v1, v2 )
    2. function three.QuadraticBezierCurve3.prototype.getPoint ( t )
  1047. module three.QuadraticBezierCurve3.prototype.getPoint
    1. function three.QuadraticBezierCurve3.prototype.getPoint ( t )
  1048. module three.Quaternion
    1. function three.Quaternion ( x, y, z, w )
    2. function three.Quaternion.slerp ( qa, qb, qm, t )
    3. function three.Quaternion.slerpFlat ( dst, dstOffset, src0, srcOffset0, src1, srcOffset1, t )
  1049. module three.Quaternion.prototype
    1. function three.Quaternion.prototype.clone ()
    2. function three.Quaternion.prototype.conjugate ()
    3. function three.Quaternion.prototype.constructor ( x, y, z, w )
    4. function three.Quaternion.prototype.copy ( quaternion )
    5. function three.Quaternion.prototype.dot ( v )
    6. function three.Quaternion.prototype.equals ( quaternion )
    7. function three.Quaternion.prototype.fromArray ( array, offset )
    8. function three.Quaternion.prototype.inverse ()
    9. function three.Quaternion.prototype.length ()
    10. function three.Quaternion.prototype.lengthSq ()
    11. function three.Quaternion.prototype.multiply ( q, p )
    12. function three.Quaternion.prototype.multiplyQuaternions ( a, b )
    13. function three.Quaternion.prototype.multiplyVector3 ( vector )
    14. function three.Quaternion.prototype.normalize ()
    15. function three.Quaternion.prototype.onChange ( callback )
    16. function three.Quaternion.prototype.onChangeCallback ()
    17. function three.Quaternion.prototype.premultiply ( q )
    18. function three.Quaternion.prototype.set ( x, y, z, w )
    19. function three.Quaternion.prototype.setFromAxisAngle ( axis, angle )
    20. function three.Quaternion.prototype.setFromEuler ( euler, update )
    21. function three.Quaternion.prototype.setFromRotationMatrix ( m )
    22. function three.Quaternion.prototype.setFromUnitVectors ( vFrom, vTo )
    23. function three.Quaternion.prototype.slerp ( qb, t )
    24. function three.Quaternion.prototype.toArray ( array, offset )
  1050. module three.Quaternion.prototype.clone
    1. function three.Quaternion.prototype.clone ()
  1051. module three.Quaternion.prototype.conjugate
    1. function three.Quaternion.prototype.conjugate ()
  1052. module three.Quaternion.prototype.copy
    1. function three.Quaternion.prototype.copy ( quaternion )
  1053. module three.Quaternion.prototype.dot
    1. function three.Quaternion.prototype.dot ( v )
  1054. module three.Quaternion.prototype.equals
    1. function three.Quaternion.prototype.equals ( quaternion )
  1055. module three.Quaternion.prototype.fromArray
    1. function three.Quaternion.prototype.fromArray ( array, offset )
  1056. module three.Quaternion.prototype.inverse
    1. function three.Quaternion.prototype.inverse ()
  1057. module three.Quaternion.prototype.length
  1058. module three.Quaternion.prototype.lengthSq
    1. function three.Quaternion.prototype.lengthSq ()
  1059. module three.Quaternion.prototype.multiply
    1. function three.Quaternion.prototype.multiply ( q, p )
  1060. module three.Quaternion.prototype.multiplyQuaternions
    1. function three.Quaternion.prototype.multiplyQuaternions ( a, b )
  1061. module three.Quaternion.prototype.multiplyVector3
    1. function three.Quaternion.prototype.multiplyVector3 ( vector )
  1062. module three.Quaternion.prototype.normalize
    1. function three.Quaternion.prototype.normalize ()
  1063. module three.Quaternion.prototype.onChange
    1. function three.Quaternion.prototype.onChange ( callback )
  1064. module three.Quaternion.prototype.onChangeCallback
    1. function three.Quaternion.prototype.onChangeCallback ()
  1065. module three.Quaternion.prototype.premultiply
    1. function three.Quaternion.prototype.premultiply ( q )
  1066. module three.Quaternion.prototype.set
    1. function three.Quaternion.prototype.set ( x, y, z, w )
  1067. module three.Quaternion.prototype.setFromAxisAngle
    1. function three.Quaternion.prototype.setFromAxisAngle ( axis, angle )
  1068. module three.Quaternion.prototype.setFromEuler
    1. function three.Quaternion.prototype.setFromEuler ( euler, update )
  1069. module three.Quaternion.prototype.setFromRotationMatrix
    1. function three.Quaternion.prototype.setFromRotationMatrix ( m )
  1070. module three.Quaternion.prototype.setFromUnitVectors
    1. function three.Quaternion.prototype.setFromUnitVectors ( vFrom, vTo )
  1071. module three.Quaternion.prototype.slerp
    1. function three.Quaternion.prototype.slerp ( qb, t )
  1072. module three.Quaternion.prototype.toArray
    1. function three.Quaternion.prototype.toArray ( array, offset )
  1073. module three.Quaternion.slerp
    1. function three.Quaternion.slerp ( qa, qb, qm, t )
  1074. module three.Quaternion.slerpFlat
    1. function three.Quaternion.slerpFlat ( dst, dstOffset, src0, srcOffset0, src1, srcOffset1, t )
  1075. module three.QuaternionKeyframeTrack
    1. function three.QuaternionKeyframeTrack ( name, times, values, interpolation )
  1076. module three.QuaternionKeyframeTrack.prototype
    1. function three.QuaternionKeyframeTrack.prototype.InterpolantFactoryMethodLinear ( result )
    2. function three.QuaternionKeyframeTrack.prototype.constructor ( name, times, values, interpolation )
    3. number three.QuaternionKeyframeTrack.prototype.DefaultInterpolation
    4. string three.QuaternionKeyframeTrack.prototype.ValueTypeName
  1077. module three.QuaternionKeyframeTrack.prototype.InterpolantFactoryMethodLinear
    1. function three.QuaternionKeyframeTrack.prototype.InterpolantFactoryMethodLinear ( result )
  1078. module three.QuaternionLinearInterpolant
    1. function three.QuaternionLinearInterpolant ( parameterPositions, sampleValues, sampleSize, resultBuffer )
  1079. module three.QuaternionLinearInterpolant.prototype
    1. function three.QuaternionLinearInterpolant.prototype.constructor ( parameterPositions, sampleValues, sampleSize, resultBuffer )
    2. function three.QuaternionLinearInterpolant.prototype.interpolate_ ( i1, t0, t, t1 )
  1080. module three.QuaternionLinearInterpolant.prototype.interpolate_
    1. function three.QuaternionLinearInterpolant.prototype.interpolate_ ( i1, t0, t, t1 )
  1081. module three.RawShaderMaterial
    1. function three.RawShaderMaterial ( parameters )
  1082. module three.RawShaderMaterial.prototype
    1. boolean three.RawShaderMaterial.prototype.isRawShaderMaterial
    2. function three.RawShaderMaterial.prototype.constructor ( parameters )
  1083. module three.Ray
    1. function three.Ray ( origin, direction )
  1084. module three.Ray.prototype
    1. function three.Ray.prototype.applyMatrix4 ( matrix4 )
    2. function three.Ray.prototype.at ( t, optionalTarget )
    3. function three.Ray.prototype.clone ()
    4. function three.Ray.prototype.closestPointToPoint ( point, optionalTarget )
    5. function three.Ray.prototype.constructor ( origin, direction )
    6. function three.Ray.prototype.copy ( ray )
    7. function three.Ray.prototype.distanceSqToPoint ( point )
    8. function three.Ray.prototype.distanceSqToSegment ( v0, v1, optionalPointOnRay, optionalPointOnSegment )
    9. function three.Ray.prototype.distanceToPlane ( plane )
    10. function three.Ray.prototype.distanceToPoint ( point )
    11. function three.Ray.prototype.equals ( ray )
    12. function three.Ray.prototype.intersectBox ( box, optionalTarget )
    13. function three.Ray.prototype.intersectPlane ( plane, optionalTarget )
    14. function three.Ray.prototype.intersectSphere ( sphere, optionalTarget )
    15. function three.Ray.prototype.intersectTriangle ( a, b, c, backfaceCulling, optionalTarget )
    16. function three.Ray.prototype.intersectsBox ( box )
    17. function three.Ray.prototype.intersectsPlane ( plane )
    18. function three.Ray.prototype.intersectsSphere ( sphere )
    19. function three.Ray.prototype.isIntersectionBox ( box )
    20. function three.Ray.prototype.isIntersectionPlane ( plane )
    21. function three.Ray.prototype.isIntersectionSphere ( sphere )
    22. function three.Ray.prototype.lookAt ( v )
    23. function three.Ray.prototype.recast ( t )
    24. function three.Ray.prototype.set ( origin, direction )
  1085. module three.Ray.prototype.applyMatrix4
    1. function three.Ray.prototype.applyMatrix4 ( matrix4 )
  1086. module three.Ray.prototype.at
    1. function three.Ray.prototype.at ( t, optionalTarget )
  1087. module three.Ray.prototype.clone
    1. function three.Ray.prototype.clone ()
  1088. module three.Ray.prototype.closestPointToPoint
    1. function three.Ray.prototype.closestPointToPoint ( point, optionalTarget )
  1089. module three.Ray.prototype.copy
    1. function three.Ray.prototype.copy ( ray )
  1090. module three.Ray.prototype.distanceSqToPoint
    1. function three.Ray.prototype.distanceSqToPoint ( point )
  1091. module three.Ray.prototype.distanceSqToSegment
    1. function three.Ray.prototype.distanceSqToSegment ( v0, v1, optionalPointOnRay, optionalPointOnSegment )
  1092. module three.Ray.prototype.distanceToPlane
    1. function three.Ray.prototype.distanceToPlane ( plane )
  1093. module three.Ray.prototype.distanceToPoint
    1. function three.Ray.prototype.distanceToPoint ( point )
  1094. module three.Ray.prototype.equals
    1. function three.Ray.prototype.equals ( ray )
  1095. module three.Ray.prototype.intersectBox
    1. function three.Ray.prototype.intersectBox ( box, optionalTarget )
  1096. module three.Ray.prototype.intersectPlane
    1. function three.Ray.prototype.intersectPlane ( plane, optionalTarget )
  1097. module three.Ray.prototype.intersectSphere
    1. function three.Ray.prototype.intersectSphere ( sphere, optionalTarget )
  1098. module three.Ray.prototype.intersectTriangle
    1. function three.Ray.prototype.intersectTriangle ( a, b, c, backfaceCulling, optionalTarget )
  1099. module three.Ray.prototype.intersectsBox
    1. function three.Ray.prototype.intersectsBox ( box )
  1100. module three.Ray.prototype.intersectsPlane
    1. function three.Ray.prototype.intersectsPlane ( plane )
  1101. module three.Ray.prototype.intersectsSphere
    1. function three.Ray.prototype.intersectsSphere ( sphere )
  1102. module three.Ray.prototype.isIntersectionBox
    1. function three.Ray.prototype.isIntersectionBox ( box )
  1103. module three.Ray.prototype.isIntersectionPlane
    1. function three.Ray.prototype.isIntersectionPlane ( plane )
  1104. module three.Ray.prototype.isIntersectionSphere
    1. function three.Ray.prototype.isIntersectionSphere ( sphere )
  1105. module three.Ray.prototype.lookAt
    1. function three.Ray.prototype.lookAt ( v )
  1106. module three.Ray.prototype.recast
    1. function three.Ray.prototype.recast ( t )
  1107. module three.Ray.prototype.set
    1. function three.Ray.prototype.set ( origin, direction )
  1108. module three.Raycaster
    1. function three.Raycaster ( origin, direction, near, far )
  1109. module three.Raycaster.prototype
    1. function three.Raycaster.prototype.constructor ( origin, direction, near, far )
    2. function three.Raycaster.prototype.intersectObject ( object, recursive )
    3. function three.Raycaster.prototype.intersectObjects ( objects, recursive )
    4. function three.Raycaster.prototype.set ( origin, direction )
    5. function three.Raycaster.prototype.setFromCamera ( coords, camera )
    6. number three.Raycaster.prototype.linePrecision
  1110. module three.Raycaster.prototype.intersectObject
    1. function three.Raycaster.prototype.intersectObject ( object, recursive )
  1111. module three.Raycaster.prototype.intersectObjects
    1. function three.Raycaster.prototype.intersectObjects ( objects, recursive )
  1112. module three.Raycaster.prototype.set
    1. function three.Raycaster.prototype.set ( origin, direction )
  1113. module three.Raycaster.prototype.setFromCamera
    1. function three.Raycaster.prototype.setFromCamera ( coords, camera )
  1114. module three.RectAreaLight
    1. function three.RectAreaLight ( color, intensity, width, height )
  1115. module three.RectAreaLight.prototype
    1. boolean three.RectAreaLight.prototype.isRectAreaLight
    2. function three.RectAreaLight.prototype.constructor ( color, intensity, width, height )
    3. function three.RectAreaLight.prototype.copy ( source )
  1116. module three.RectAreaLight.prototype.copy
    1. function three.RectAreaLight.prototype.copy ( source )
  1117. module three.RectAreaLightHelper
    1. function three.RectAreaLightHelper ( light )
  1118. module three.RectAreaLightHelper.prototype
    1. function three.RectAreaLightHelper.prototype.constructor ( light )
    2. function three.RectAreaLightHelper.prototype.dispose ()
    3. function three.RectAreaLightHelper.prototype.update ()
  1119. module three.RectAreaLightHelper.prototype.dispose
    1. function three.RectAreaLightHelper.prototype.dispose ()
  1120. module three.RectAreaLightHelper.prototype.update
    1. function three.RectAreaLightHelper.prototype.update ()
  1121. module three.RingBufferGeometry
    1. function three.RingBufferGeometry ( innerRadius, outerRadius, thetaSegments, phiSegments, thetaStart, thetaLength )
  1122. module three.RingBufferGeometry.prototype
    1. function three.RingBufferGeometry.prototype.constructor ( innerRadius, outerRadius, thetaSegments, phiSegments, thetaStart, thetaLength )
  1123. module three.RingGeometry
    1. function three.RingGeometry ( innerRadius, outerRadius, thetaSegments, phiSegments, thetaStart, thetaLength )
  1124. module three.RingGeometry.prototype
    1. function three.RingGeometry.prototype.constructor ( innerRadius, outerRadius, thetaSegments, phiSegments, thetaStart, thetaLength )
  1125. module three.Scene
    1. function three.Scene ()
  1126. module three.Scene.prototype
    1. function three.Scene.prototype.constructor ()
    2. function three.Scene.prototype.copy ( source, recursive )
    3. function three.Scene.prototype.toJSON ( meta )
  1127. module three.Scene.prototype.copy
    1. function three.Scene.prototype.copy ( source, recursive )
  1128. module three.Scene.prototype.toJSON
    1. function three.Scene.prototype.toJSON ( meta )
  1129. module three.SceneUtils
    1. function three.SceneUtils.attach ( child, scene, parent )
    2. function three.SceneUtils.createMultiMaterialObject ( geometry, materials )
    3. function three.SceneUtils.detach ( child, parent, scene )
  1130. module three.SceneUtils.attach
    1. function three.SceneUtils.attach ( child, scene, parent )
  1131. module three.SceneUtils.createMultiMaterialObject
    1. function three.SceneUtils.createMultiMaterialObject ( geometry, materials )
  1132. module three.SceneUtils.detach
    1. function three.SceneUtils.detach ( child, parent, scene )
  1133. module three.ShaderMaterial
    1. function three.ShaderMaterial ( parameters )
  1134. module three.ShaderMaterial.prototype
    1. boolean three.ShaderMaterial.prototype.isShaderMaterial
    2. function three.ShaderMaterial.prototype.constructor ( parameters )
    3. function three.ShaderMaterial.prototype.copy ( source )
    4. function three.ShaderMaterial.prototype.toJSON ( meta )
  1135. module three.ShaderMaterial.prototype.copy
    1. function three.ShaderMaterial.prototype.copy ( source )
  1136. module three.ShaderMaterial.prototype.toJSON
    1. function three.ShaderMaterial.prototype.toJSON ( meta )
  1137. module three.ShadowMaterial
    1. function three.ShadowMaterial ()
  1138. module three.ShadowMaterial.prototype
    1. boolean three.ShadowMaterial.prototype.isShadowMaterial
    2. function three.ShadowMaterial.prototype.constructor ()
  1139. module three.Shape
    1. function three.Shape ()
  1140. module three.Shape.prototype
    1. function three.Shape.prototype.constructor ()
    2. function three.Shape.prototype.extractAllPoints ( divisions )
    3. function three.Shape.prototype.extractPoints ( divisions )
    4. function three.Shape.prototype.extrude ( options )
    5. function three.Shape.prototype.getPointsHoles ( divisions )
    6. function three.Shape.prototype.makeGeometry ( options )
  1141. module three.Shape.prototype.extractAllPoints
    1. function three.Shape.prototype.extractAllPoints ( divisions )
  1142. module three.Shape.prototype.extractPoints
    1. function three.Shape.prototype.extractPoints ( divisions )
  1143. module three.Shape.prototype.extrude
    1. function three.Shape.prototype.extrude ( options )
  1144. module three.Shape.prototype.getPointsHoles
    1. function three.Shape.prototype.getPointsHoles ( divisions )
  1145. module three.Shape.prototype.makeGeometry
    1. function three.Shape.prototype.makeGeometry ( options )
  1146. module three.ShapeBufferGeometry
    1. function three.ShapeBufferGeometry ( shapes, curveSegments )
  1147. module three.ShapeBufferGeometry.prototype
    1. function three.ShapeBufferGeometry.prototype.constructor ( shapes, curveSegments )
  1148. module three.ShapeGeometry
    1. function three.ShapeGeometry ( shapes, curveSegments )
  1149. module three.ShapeGeometry.prototype
    1. function three.ShapeGeometry.prototype.constructor ( shapes, curveSegments )
  1150. module three.ShapePath
    1. function three.ShapePath ()
  1151. module three.ShapePath.prototype
    1. function three.ShapePath.prototype.bezierCurveTo ( aCP1x, aCP1y, aCP2x, aCP2y, aX, aY )
    2. function three.ShapePath.prototype.lineTo ( x, y )
    3. function three.ShapePath.prototype.moveTo ( x, y )
    4. function three.ShapePath.prototype.quadraticCurveTo ( aCPx, aCPy, aX, aY )
    5. function three.ShapePath.prototype.splineThru ( pts )
    6. function three.ShapePath.prototype.toShapes ( isCCW, noHoles )
  1152. module three.ShapePath.prototype.bezierCurveTo
    1. function three.ShapePath.prototype.bezierCurveTo ( aCP1x, aCP1y, aCP2x, aCP2y, aX, aY )
  1153. module three.ShapePath.prototype.lineTo
    1. function three.ShapePath.prototype.lineTo ( x, y )
  1154. module three.ShapePath.prototype.moveTo
    1. function three.ShapePath.prototype.moveTo ( x, y )
  1155. module three.ShapePath.prototype.quadraticCurveTo
    1. function three.ShapePath.prototype.quadraticCurveTo ( aCPx, aCPy, aX, aY )
  1156. module three.ShapePath.prototype.splineThru
    1. function three.ShapePath.prototype.splineThru ( pts )
  1157. module three.ShapePath.prototype.toShapes
    1. function three.ShapePath.prototype.toShapes ( isCCW, noHoles )
  1158. module three.ShapeUtils
    1. function three.ShapeUtils.area ( contour )
    2. function three.ShapeUtils.isClockWise ( pts )
    3. function three.ShapeUtils.triangulate ( contour, indices )
    4. function three.ShapeUtils.triangulateShape ( contour, holes )
  1159. module three.ShapeUtils.area
    1. function three.ShapeUtils.area ( contour )
  1160. module three.ShapeUtils.isClockWise
    1. function three.ShapeUtils.isClockWise ( pts )
  1161. module three.ShapeUtils.triangulate
    1. function three.ShapeUtils.triangulate ( contour, indices )
  1162. module three.ShapeUtils.triangulateShape
    1. function three.ShapeUtils.triangulateShape ( contour, holes )
  1163. module three.Skeleton
    1. function three.Skeleton ( bones, boneInverses, useVertexTexture )
  1164. module three.Skeleton.prototype
    1. function three.Skeleton.prototype.calculateInverses ()
    2. function three.Skeleton.prototype.clone ()
    3. function three.Skeleton.prototype.pose ()
    4. function three.Skeleton.prototype.update ()
  1165. module three.Skeleton.prototype.calculateInverses
    1. function three.Skeleton.prototype.calculateInverses ()
  1166. module three.Skeleton.prototype.clone
    1. function three.Skeleton.prototype.clone ()
  1167. module three.Skeleton.prototype.pose
    1. function three.Skeleton.prototype.pose ()
  1168. module three.Skeleton.prototype.update
    1. function three.Skeleton.prototype.update ()
  1169. module three.SkeletonHelper
    1. function three.SkeletonHelper ( object )
  1170. module three.SkeletonHelper.prototype
    1. function three.SkeletonHelper.prototype.constructor ( object )
    2. function three.SkeletonHelper.prototype.getBoneList ( object )
    3. function three.SkeletonHelper.prototype.update ()
  1171. module three.SkeletonHelper.prototype.getBoneList
    1. function three.SkeletonHelper.prototype.getBoneList ( object )
  1172. module three.SkeletonHelper.prototype.update
    1. function three.SkeletonHelper.prototype.update ()
  1173. module three.SkinnedMesh
    1. function three.SkinnedMesh ( geometry, material, useVertexTexture )
  1174. module three.SkinnedMesh.prototype
    1. boolean three.SkinnedMesh.prototype.isSkinnedMesh
    2. function three.SkinnedMesh.prototype.bind ( skeleton, bindMatrix )
    3. function three.SkinnedMesh.prototype.clone ()
    4. function three.SkinnedMesh.prototype.constructor ( geometry, material, useVertexTexture )
    5. function three.SkinnedMesh.prototype.normalizeSkinWeights ()
    6. function three.SkinnedMesh.prototype.pose ()
    7. function three.SkinnedMesh.prototype.updateMatrixWorld ( force )
  1175. module three.SkinnedMesh.prototype.bind
    1. function three.SkinnedMesh.prototype.bind ()
  1176. module three.SkinnedMesh.prototype.clone
    1. function three.SkinnedMesh.prototype.clone ()
  1177. module three.SkinnedMesh.prototype.normalizeSkinWeights
    1. function three.SkinnedMesh.prototype.normalizeSkinWeights ()
  1178. module three.SkinnedMesh.prototype.pose
    1. function three.SkinnedMesh.prototype.pose ()
  1179. module three.SkinnedMesh.prototype.updateMatrixWorld
    1. function three.SkinnedMesh.prototype.updateMatrixWorld ( force )
  1180. module three.Sphere
    1. function three.Sphere ( center, radius )
  1181. module three.Sphere.prototype
    1. function three.Sphere.prototype.applyMatrix4 ( matrix )
    2. function three.Sphere.prototype.clampPoint ( point, optionalTarget )
    3. function three.Sphere.prototype.clone ()
    4. function three.Sphere.prototype.constructor ( center, radius )
    5. function three.Sphere.prototype.containsPoint ( point )
    6. function three.Sphere.prototype.copy ( sphere )
    7. function three.Sphere.prototype.distanceToPoint ( point )
    8. function three.Sphere.prototype.empty ()
    9. function three.Sphere.prototype.equals ( sphere )
    10. function three.Sphere.prototype.getBoundingBox ( optionalTarget )
    11. function three.Sphere.prototype.intersectsBox ( box )
    12. function three.Sphere.prototype.intersectsPlane ( plane )
    13. function three.Sphere.prototype.intersectsSphere ( sphere )
    14. function three.Sphere.prototype.set ( center, radius )
    15. function three.Sphere.prototype.setFromPoints ( points, optionalCenter )
    16. function three.Sphere.prototype.translate ( offset )
  1182. module three.Sphere.prototype.applyMatrix4
    1. function three.Sphere.prototype.applyMatrix4 ( matrix )
  1183. module three.Sphere.prototype.clampPoint
    1. function three.Sphere.prototype.clampPoint ( point, optionalTarget )
  1184. module three.Sphere.prototype.clone
    1. function three.Sphere.prototype.clone ()
  1185. module three.Sphere.prototype.containsPoint
    1. function three.Sphere.prototype.containsPoint ( point )
  1186. module three.Sphere.prototype.copy
    1. function three.Sphere.prototype.copy ( sphere )
  1187. module three.Sphere.prototype.distanceToPoint
    1. function three.Sphere.prototype.distanceToPoint ( point )
  1188. module three.Sphere.prototype.empty
    1. function three.Sphere.prototype.empty ()
  1189. module three.Sphere.prototype.equals
    1. function three.Sphere.prototype.equals ( sphere )
  1190. module three.Sphere.prototype.getBoundingBox
    1. function three.Sphere.prototype.getBoundingBox ( optionalTarget )
  1191. module three.Sphere.prototype.intersectsBox
    1. function three.Sphere.prototype.intersectsBox ( box )
  1192. module three.Sphere.prototype.intersectsPlane
    1. function three.Sphere.prototype.intersectsPlane ( plane )
  1193. module three.Sphere.prototype.intersectsSphere
    1. function three.Sphere.prototype.intersectsSphere ( sphere )
  1194. module three.Sphere.prototype.set
    1. function three.Sphere.prototype.set ( center, radius )
  1195. module three.Sphere.prototype.setFromPoints
    1. function three.Sphere.prototype.setFromPoints ( points, optionalCenter )
  1196. module three.Sphere.prototype.translate
    1. function three.Sphere.prototype.translate ( offset )
  1197. module three.SphereBufferGeometry
    1. function three.SphereBufferGeometry ( radius, widthSegments, heightSegments, phiStart, phiLength, thetaStart, thetaLength )
  1198. module three.SphereBufferGeometry.prototype
    1. function three.SphereBufferGeometry.prototype.constructor ( radius, widthSegments, heightSegments, phiStart, phiLength, thetaStart, thetaLength )
  1199. module three.SphereGeometry
    1. function three.SphereGeometry ( radius, widthSegments, heightSegments, phiStart, phiLength, thetaStart, thetaLength )
  1200. module three.SphereGeometry.prototype
    1. function three.SphereGeometry.prototype.constructor ( radius, widthSegments, heightSegments, phiStart, phiLength, thetaStart, thetaLength )
  1201. module three.Spherical
    1. function three.Spherical ( radius, phi, theta )
  1202. module three.Spherical.prototype
    1. function three.Spherical.prototype.clone ()
    2. function three.Spherical.prototype.constructor ( radius, phi, theta )
    3. function three.Spherical.prototype.copy ( other )
    4. function three.Spherical.prototype.makeSafe ()
    5. function three.Spherical.prototype.set ( radius, phi, theta )
    6. function three.Spherical.prototype.setFromVector3 ( vec3 )
  1203. module three.Spherical.prototype.clone
    1. function three.Spherical.prototype.clone ()
  1204. module three.Spherical.prototype.copy
    1. function three.Spherical.prototype.copy ( other )
  1205. module three.Spherical.prototype.makeSafe
    1. function three.Spherical.prototype.makeSafe ()
  1206. module three.Spherical.prototype.set
    1. function three.Spherical.prototype.set ( radius, phi, theta )
  1207. module three.Spherical.prototype.setFromVector3
    1. function three.Spherical.prototype.setFromVector3 ( vec3 )
  1208. module three.Spline
    1. function three.Spline ( points )
  1209. module three.Spline.prototype
    1. function three.Spline.prototype.getControlPointsArray ( optionalTarget )
    2. function three.Spline.prototype.initFromArray ( a )
    3. function three.Spline.prototype.reparametrizeByArcLength ( samplingCoef )
  1210. module three.Spline.prototype.getControlPointsArray
    1. function three.Spline.prototype.getControlPointsArray ( optionalTarget )
  1211. module three.Spline.prototype.initFromArray
    1. function three.Spline.prototype.initFromArray ( a )
  1212. module three.Spline.prototype.reparametrizeByArcLength
    1. function three.Spline.prototype.reparametrizeByArcLength ( samplingCoef )
  1213. module three.SplineCurve
    1. function three.SplineCurve ( points)
  1214. module three.SplineCurve.prototype
    1. boolean three.SplineCurve.prototype.isSplineCurve
    2. function three.SplineCurve.prototype.constructor ( points)
    3. function three.SplineCurve.prototype.getPoint ( t )
  1215. module three.SplineCurve.prototype.getPoint
    1. function three.SplineCurve.prototype.getPoint ( t )
  1216. module three.SplineCurve3
    1. function three.SplineCurve3 ( points )
  1217. module three.SpotLight
    1. function three.SpotLight ( color, intensity, distance, angle, penumbra, decay )
  1218. module three.SpotLight.prototype
    1. boolean three.SpotLight.prototype.isSpotLight
    2. function three.SpotLight.prototype.constructor ( color, intensity, distance, angle, penumbra, decay )
    3. function three.SpotLight.prototype.copy ( source )
  1219. module three.SpotLight.prototype.copy
    1. function three.SpotLight.prototype.copy ( source )
  1220. module three.SpotLightHelper
    1. function three.SpotLightHelper ( light )
  1221. module three.SpotLightHelper.prototype
    1. function three.SpotLightHelper.prototype.constructor ( light )
    2. function three.SpotLightHelper.prototype.dispose ()
    3. function three.SpotLightHelper.prototype.update ()
  1222. module three.SpotLightHelper.prototype.dispose
    1. function three.SpotLightHelper.prototype.dispose ()
  1223. module three.SpotLightHelper.prototype.update
    1. function three.SpotLightHelper.prototype.update ()
  1224. module three.SpotLightShadow
    1. function three.SpotLightShadow ()
  1225. module three.SpotLightShadow.prototype
    1. boolean three.SpotLightShadow.prototype.isSpotLightShadow
    2. function three.SpotLightShadow.prototype.constructor ()
    3. function three.SpotLightShadow.prototype.update ( light )
  1226. module three.SpotLightShadow.prototype.update
    1. function three.SpotLightShadow.prototype.update ( light )
  1227. module three.Sprite
    1. function three.Sprite ( material )
  1228. module three.Sprite.prototype
    1. boolean three.Sprite.prototype.isSprite
    2. function three.Sprite.prototype.clone ()
    3. function three.Sprite.prototype.constructor ( material )
    4. function three.Sprite.prototype.raycast ( raycaster, intersects )
  1229. module three.Sprite.prototype.clone
    1. function three.Sprite.prototype.clone ()
  1230. module three.Sprite.prototype.raycast
    1. function three.Sprite.prototype.raycast ( raycaster, intersects )
  1231. module three.SpriteMaterial
    1. function three.SpriteMaterial ( parameters )
  1232. module three.SpriteMaterial.prototype
    1. function three.SpriteMaterial.prototype.constructor ( parameters )
    2. function three.SpriteMaterial.prototype.copy ( source )
  1233. module three.SpriteMaterial.prototype.copy
    1. function three.SpriteMaterial.prototype.copy ( source )
  1234. module three.StereoCamera
    1. function three.StereoCamera ()
  1235. module three.StereoCamera.prototype
    1. function three.StereoCamera.prototype.update ( camera )
  1236. module three.StereoCamera.prototype.update
    1. function three.StereoCamera.prototype.update ( camera )
  1237. module three.StringKeyframeTrack
    1. function three.StringKeyframeTrack ( name, times, values, interpolation )
  1238. module three.StringKeyframeTrack.prototype
    1. function three.StringKeyframeTrack.prototype.ValueBufferType ()
    2. function three.StringKeyframeTrack.prototype.constructor ( name, times, values, interpolation )
    3. number three.StringKeyframeTrack.prototype.DefaultInterpolation
    4. string three.StringKeyframeTrack.prototype.ValueTypeName
  1239. module three.TetrahedronBufferGeometry
    1. function three.TetrahedronBufferGeometry ( radius, detail )
  1240. module three.TetrahedronBufferGeometry.prototype
    1. function three.TetrahedronBufferGeometry.prototype.constructor ( radius, detail )
  1241. module three.TetrahedronGeometry
    1. function three.TetrahedronGeometry ( radius, detail )
  1242. module three.TetrahedronGeometry.prototype
    1. function three.TetrahedronGeometry.prototype.constructor ( radius, detail )
  1243. module three.TextGeometry
    1. function three.TextGeometry ( text, parameters )
  1244. module three.TextGeometry.prototype
    1. function three.TextGeometry.prototype.constructor ( text, parameters )
  1245. module three.Texture
    1. function three.Texture ( image, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy, encoding )
    2. number three.Texture.DEFAULT_MAPPING
  1246. module three.Texture.prototype
    1. boolean three.Texture.prototype.isTexture
    2. function three.Texture.prototype.addEventListener ( type, listener )
    3. function three.Texture.prototype.clone ()
    4. function three.Texture.prototype.constructor ( image, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy, encoding )
    5. function three.Texture.prototype.copy ( source )
    6. function three.Texture.prototype.dispatchEvent ( event )
    7. function three.Texture.prototype.dispose ()
    8. function three.Texture.prototype.hasEventListener ( type, listener )
    9. function three.Texture.prototype.removeEventListener ( type, listener )
    10. function three.Texture.prototype.toJSON ( meta )
    11. function three.Texture.prototype.transformUv ( uv )
  1247. module three.Texture.prototype.clone
    1. function three.Texture.prototype.clone ()
  1248. module three.Texture.prototype.copy
    1. function three.Texture.prototype.copy ( source )
  1249. module three.Texture.prototype.dispose
    1. function three.Texture.prototype.dispose ()
  1250. module three.Texture.prototype.toJSON
    1. function three.Texture.prototype.toJSON ( meta )
  1251. module three.Texture.prototype.transformUv
    1. function three.Texture.prototype.transformUv ( uv )
  1252. module three.TextureLoader
    1. function three.TextureLoader ( manager )
  1253. module three.TextureLoader.prototype
    1. function three.TextureLoader.prototype.load ( url, onLoad, onProgress, onError )
    2. function three.TextureLoader.prototype.setCrossOrigin ( value )
    3. function three.TextureLoader.prototype.setPath ( value )
  1254. module three.TextureLoader.prototype.load
    1. function three.TextureLoader.prototype.load ( url, onLoad, onProgress, onError )
  1255. module three.TextureLoader.prototype.setCrossOrigin
    1. function three.TextureLoader.prototype.setCrossOrigin ( value )
  1256. module three.TextureLoader.prototype.setPath
    1. function three.TextureLoader.prototype.setPath ( value )
  1257. module three.TorusBufferGeometry
    1. function three.TorusBufferGeometry ( radius, tube, radialSegments, tubularSegments, arc )
  1258. module three.TorusBufferGeometry.prototype
    1. function three.TorusBufferGeometry.prototype.constructor ( radius, tube, radialSegments, tubularSegments, arc )
  1259. module three.TorusGeometry
    1. function three.TorusGeometry ( radius, tube, radialSegments, tubularSegments, arc )
  1260. module three.TorusGeometry.prototype
    1. function three.TorusGeometry.prototype.constructor ( radius, tube, radialSegments, tubularSegments, arc )
  1261. module three.TorusKnotBufferGeometry
    1. function three.TorusKnotBufferGeometry ( radius, tube, tubularSegments, radialSegments, p, q )
  1262. module three.TorusKnotBufferGeometry.prototype
    1. function three.TorusKnotBufferGeometry.prototype.constructor ( radius, tube, tubularSegments, radialSegments, p, q )
  1263. module three.TorusKnotGeometry
    1. function three.TorusKnotGeometry ( radius, tube, tubularSegments, radialSegments, p, q, heightScale )
  1264. module three.TorusKnotGeometry.prototype
    1. function three.TorusKnotGeometry.prototype.constructor ( radius, tube, tubularSegments, radialSegments, p, q, heightScale )
  1265. module three.Triangle
    1. function three.Triangle ( a, b, c )
    2. function three.Triangle.barycoordFromPoint ( point, a, b, c, optionalTarget )
    3. function three.Triangle.containsPoint ( point, a, b, c )
    4. function three.Triangle.normal ( a, b, c, optionalTarget )
  1266. module three.Triangle.barycoordFromPoint
    1. function three.Triangle.barycoordFromPoint ( point, a, b, c, optionalTarget )
  1267. module three.Triangle.containsPoint
    1. function three.Triangle.containsPoint ( point, a, b, c )
  1268. module three.Triangle.normal
    1. function three.Triangle.normal ( a, b, c, optionalTarget )
  1269. module three.Triangle.prototype
    1. function three.Triangle.prototype.area ()
    2. function three.Triangle.prototype.barycoordFromPoint ( point, optionalTarget )
    3. function three.Triangle.prototype.clone ()
    4. function three.Triangle.prototype.closestPointToPoint ( point, optionalTarget )
    5. function three.Triangle.prototype.constructor ( a, b, c )
    6. function three.Triangle.prototype.containsPoint ( point )
    7. function three.Triangle.prototype.copy ( triangle )
    8. function three.Triangle.prototype.equals ( triangle )
    9. function three.Triangle.prototype.midpoint ( optionalTarget )
    10. function three.Triangle.prototype.normal ( optionalTarget )
    11. function three.Triangle.prototype.plane ( optionalTarget )
    12. function three.Triangle.prototype.set ( a, b, c )
    13. function three.Triangle.prototype.setFromPointsAndIndices ( points, i0, i1, i2 )
  1270. module three.Triangle.prototype.area
    1. function three.Triangle.prototype.area ()
  1271. module three.Triangle.prototype.barycoordFromPoint
    1. function three.Triangle.prototype.barycoordFromPoint ( point, optionalTarget )
  1272. module three.Triangle.prototype.clone
    1. function three.Triangle.prototype.clone ()
  1273. module three.Triangle.prototype.closestPointToPoint
    1. function three.Triangle.prototype.closestPointToPoint ( point, optionalTarget )
  1274. module three.Triangle.prototype.containsPoint
    1. function three.Triangle.prototype.containsPoint ( point )
  1275. module three.Triangle.prototype.copy
    1. function three.Triangle.prototype.copy ( triangle )
  1276. module three.Triangle.prototype.equals
    1. function three.Triangle.prototype.equals ( triangle )
  1277. module three.Triangle.prototype.midpoint
    1. function three.Triangle.prototype.midpoint ( optionalTarget )
  1278. module three.Triangle.prototype.normal
    1. function three.Triangle.prototype.normal ( optionalTarget )
  1279. module three.Triangle.prototype.plane
    1. function three.Triangle.prototype.plane ( optionalTarget )
  1280. module three.Triangle.prototype.set
    1. function three.Triangle.prototype.set ( a, b, c )
  1281. module three.Triangle.prototype.setFromPointsAndIndices
    1. function three.Triangle.prototype.setFromPointsAndIndices ( points, i0, i1, i2 )
  1282. module three.TubeBufferGeometry
    1. function three.TubeBufferGeometry ( path, tubularSegments, radius, radialSegments, closed )
  1283. module three.TubeBufferGeometry.prototype
    1. function three.TubeBufferGeometry.prototype.constructor ( path, tubularSegments, radius, radialSegments, closed )
  1284. module three.TubeGeometry
    1. function three.TubeGeometry ( path, tubularSegments, radius, radialSegments, closed, taper )
  1285. module three.TubeGeometry.prototype
    1. function three.TubeGeometry.prototype.constructor ( path, tubularSegments, radius, radialSegments, closed, taper )
  1286. module three.Uint16Attribute
    1. function three.Uint16Attribute ( array, itemSize )
  1287. module three.Uint16BufferAttribute
    1. function three.Uint16BufferAttribute ( array, itemSize )
  1288. module three.Uint16BufferAttribute.prototype
    1. function three.Uint16BufferAttribute.prototype.constructor ( array, itemSize )
  1289. module three.Uint32Attribute
    1. function three.Uint32Attribute ( array, itemSize )
  1290. module three.Uint32BufferAttribute
    1. function three.Uint32BufferAttribute ( array, itemSize )
  1291. module three.Uint32BufferAttribute.prototype
    1. function three.Uint32BufferAttribute.prototype.constructor ( array, itemSize )
  1292. module three.Uint8Attribute
    1. function three.Uint8Attribute ( array, itemSize )
  1293. module three.Uint8BufferAttribute
    1. function three.Uint8BufferAttribute ( array, itemSize )
  1294. module three.Uint8BufferAttribute.prototype
    1. function three.Uint8BufferAttribute.prototype.constructor ( array, itemSize )
  1295. module three.Uint8ClampedAttribute
    1. function three.Uint8ClampedAttribute ( array, itemSize )
  1296. module three.Uint8ClampedBufferAttribute
    1. function three.Uint8ClampedBufferAttribute ( array, itemSize )
  1297. module three.Uint8ClampedBufferAttribute.prototype
    1. function three.Uint8ClampedBufferAttribute.prototype.constructor ( array, itemSize )
  1298. module three.Uniform
    1. function three.Uniform ( value )
  1299. module three.Uniform.prototype
    1. function three.Uniform.prototype.clone ()
  1300. module three.Uniform.prototype.clone
    1. function three.Uniform.prototype.clone ()
  1301. module three.UniformsUtils
    1. function three.UniformsUtils.clone ( uniforms_src )
    2. function three.UniformsUtils.merge ( uniforms )
  1302. module three.UniformsUtils.clone
    1. function three.UniformsUtils.clone ( uniforms_src )
  1303. module three.UniformsUtils.merge
    1. function three.UniformsUtils.merge ( uniforms )
  1304. module three.Vector2
    1. function three.Vector2 ( x, y )
  1305. module three.Vector2.prototype
    1. boolean three.Vector2.prototype.isVector2
    2. function three.Vector2.prototype.add ( v, w )
    3. function three.Vector2.prototype.addScalar ( s )
    4. function three.Vector2.prototype.addScaledVector ( v, s )
    5. function three.Vector2.prototype.addVectors ( a, b )
    6. function three.Vector2.prototype.angle ()
    7. function three.Vector2.prototype.ceil ()
    8. function three.Vector2.prototype.clamp ( min, max )
    9. function three.Vector2.prototype.clampLength ( min, max )
    10. function three.Vector2.prototype.clampScalar ( minVal, maxVal )
    11. function three.Vector2.prototype.clone ()
    12. function three.Vector2.prototype.constructor ( x, y )
    13. function three.Vector2.prototype.copy ( v )
    14. function three.Vector2.prototype.distanceTo ( v )
    15. function three.Vector2.prototype.distanceToManhattan ( v )
    16. function three.Vector2.prototype.distanceToSquared ( v )
    17. function three.Vector2.prototype.divide ( v )
    18. function three.Vector2.prototype.divideScalar ( scalar )
    19. function three.Vector2.prototype.dot ( v )
    20. function three.Vector2.prototype.equals ( v )
    21. function three.Vector2.prototype.floor ()
    22. function three.Vector2.prototype.fromArray ( array, offset )
    23. function three.Vector2.prototype.fromAttribute ( attribute, index, offset )
    24. function three.Vector2.prototype.fromBufferAttribute ( attribute, index, offset )
    25. function three.Vector2.prototype.getComponent ( index )
    26. function three.Vector2.prototype.length ()
    27. function three.Vector2.prototype.lengthManhattan ()
    28. function three.Vector2.prototype.lengthSq ()
    29. function three.Vector2.prototype.lerp ( v, alpha )
    30. function three.Vector2.prototype.lerpVectors ( v1, v2, alpha )
    31. function three.Vector2.prototype.max ( v )
    32. function three.Vector2.prototype.min ( v )
    33. function three.Vector2.prototype.multiply ( v )
    34. function three.Vector2.prototype.multiplyScalar ( scalar )
    35. function three.Vector2.prototype.negate ()
    36. function three.Vector2.prototype.normalize ()
    37. function three.Vector2.prototype.rotateAround ( center, angle )
    38. function three.Vector2.prototype.round ()
    39. function three.Vector2.prototype.roundToZero ()
    40. function three.Vector2.prototype.set ( x, y )
    41. function three.Vector2.prototype.setComponent ( index, value )
    42. function three.Vector2.prototype.setLength ( length )
    43. function three.Vector2.prototype.setScalar ( scalar )
    44. function three.Vector2.prototype.setX ( x )
    45. function three.Vector2.prototype.setY ( y )
    46. function three.Vector2.prototype.sub ( v, w )
    47. function three.Vector2.prototype.subScalar ( s )
    48. function three.Vector2.prototype.subVectors ( a, b )
    49. function three.Vector2.prototype.toArray ( array, offset )
  1306. module three.Vector2.prototype.add
    1. function three.Vector2.prototype.add ( v, w )
  1307. module three.Vector2.prototype.addScalar
    1. function three.Vector2.prototype.addScalar ( s )
  1308. module three.Vector2.prototype.addScaledVector
    1. function three.Vector2.prototype.addScaledVector ( v, s )
  1309. module three.Vector2.prototype.addVectors
    1. function three.Vector2.prototype.addVectors ( a, b )
  1310. module three.Vector2.prototype.angle
    1. function three.Vector2.prototype.angle ()
  1311. module three.Vector2.prototype.ceil
    1. function three.Vector2.prototype.ceil ()
  1312. module three.Vector2.prototype.clamp
    1. function three.Vector2.prototype.clamp ( min, max )
  1313. module three.Vector2.prototype.clampLength
    1. function three.Vector2.prototype.clampLength ( min, max )
  1314. module three.Vector2.prototype.clampScalar
    1. function three.Vector2.prototype.clampScalar ( minVal, maxVal )
  1315. module three.Vector2.prototype.clone
    1. function three.Vector2.prototype.clone ()
  1316. module three.Vector2.prototype.copy
    1. function three.Vector2.prototype.copy ( v )
  1317. module three.Vector2.prototype.distanceTo
    1. function three.Vector2.prototype.distanceTo ( v )
  1318. module three.Vector2.prototype.distanceToManhattan
    1. function three.Vector2.prototype.distanceToManhattan ( v )
  1319. module three.Vector2.prototype.distanceToSquared
    1. function three.Vector2.prototype.distanceToSquared ( v )
  1320. module three.Vector2.prototype.divide
    1. function three.Vector2.prototype.divide ( v )
  1321. module three.Vector2.prototype.divideScalar
    1. function three.Vector2.prototype.divideScalar ( scalar )
  1322. module three.Vector2.prototype.dot
    1. function three.Vector2.prototype.dot ( v )
  1323. module three.Vector2.prototype.equals
    1. function three.Vector2.prototype.equals ( v )
  1324. module three.Vector2.prototype.floor
    1. function three.Vector2.prototype.floor ()
  1325. module three.Vector2.prototype.fromArray
    1. function three.Vector2.prototype.fromArray ( array, offset )
  1326. module three.Vector2.prototype.fromAttribute
    1. function three.Vector2.prototype.fromAttribute ( attribute, index, offset )
  1327. module three.Vector2.prototype.fromBufferAttribute
    1. function three.Vector2.prototype.fromBufferAttribute ( attribute, index, offset )
  1328. module three.Vector2.prototype.getComponent
    1. function three.Vector2.prototype.getComponent ( index )
  1329. module three.Vector2.prototype.length
  1330. module three.Vector2.prototype.lengthManhattan
    1. function three.Vector2.prototype.lengthManhattan ()
  1331. module three.Vector2.prototype.lengthSq
    1. function three.Vector2.prototype.lengthSq ()
  1332. module three.Vector2.prototype.lerp
    1. function three.Vector2.prototype.lerp ( v, alpha )
  1333. module three.Vector2.prototype.lerpVectors
    1. function three.Vector2.prototype.lerpVectors ( v1, v2, alpha )
  1334. module three.Vector2.prototype.max
    1. function three.Vector2.prototype.max ( v )
  1335. module three.Vector2.prototype.min
    1. function three.Vector2.prototype.min ( v )
  1336. module three.Vector2.prototype.multiply
    1. function three.Vector2.prototype.multiply ( v )
  1337. module three.Vector2.prototype.multiplyScalar
    1. function three.Vector2.prototype.multiplyScalar ( scalar )
  1338. module three.Vector2.prototype.negate
    1. function three.Vector2.prototype.negate ()
  1339. module three.Vector2.prototype.normalize
    1. function three.Vector2.prototype.normalize ()
  1340. module three.Vector2.prototype.rotateAround
    1. function three.Vector2.prototype.rotateAround ( center, angle )
  1341. module three.Vector2.prototype.round
    1. function three.Vector2.prototype.round ()
  1342. module three.Vector2.prototype.roundToZero
    1. function three.Vector2.prototype.roundToZero ()
  1343. module three.Vector2.prototype.set
    1. function three.Vector2.prototype.set ( x, y )
  1344. module three.Vector2.prototype.setComponent
    1. function three.Vector2.prototype.setComponent ( index, value )
  1345. module three.Vector2.prototype.setLength
    1. function three.Vector2.prototype.setLength ( length )
  1346. module three.Vector2.prototype.setScalar
    1. function three.Vector2.prototype.setScalar ( scalar )
  1347. module three.Vector2.prototype.setX
    1. function three.Vector2.prototype.setX ( x )
  1348. module three.Vector2.prototype.setY
    1. function three.Vector2.prototype.setY ( y )
  1349. module three.Vector2.prototype.sub
    1. function three.Vector2.prototype.sub ( v, w )
  1350. module three.Vector2.prototype.subScalar
    1. function three.Vector2.prototype.subScalar ( s )
  1351. module three.Vector2.prototype.subVectors
    1. function three.Vector2.prototype.subVectors ( a, b )
  1352. module three.Vector2.prototype.toArray
    1. function three.Vector2.prototype.toArray ( array, offset )
  1353. module three.Vector3
    1. function three.Vector3 ( x, y, z )
  1354. module three.Vector3.prototype
    1. boolean three.Vector3.prototype.isVector3
    2. function three.Vector3.prototype.add ( v, w )
    3. function three.Vector3.prototype.addScalar ( s )
    4. function three.Vector3.prototype.addScaledVector ( v, s )
    5. function three.Vector3.prototype.addVectors ( a, b )
    6. function three.Vector3.prototype.angleTo ( v )
    7. function three.Vector3.prototype.applyAxisAngle ( axis, angle )
    8. function three.Vector3.prototype.applyEuler ( euler )
    9. function three.Vector3.prototype.applyMatrix3 ( m )
    10. function three.Vector3.prototype.applyMatrix4 ( m )
    11. function three.Vector3.prototype.applyProjection ( m )
    12. function three.Vector3.prototype.applyQuaternion ( q )
    13. function three.Vector3.prototype.ceil ()
    14. function three.Vector3.prototype.clamp ( min, max )
    15. function three.Vector3.prototype.clampLength ( min, max )
    16. function three.Vector3.prototype.clampScalar ( minVal, maxVal )
    17. function three.Vector3.prototype.clone ()
    18. function three.Vector3.prototype.constructor ( x, y, z )
    19. function three.Vector3.prototype.copy ( v )
    20. function three.Vector3.prototype.cross ( v, w )
    21. function three.Vector3.prototype.crossVectors ( a, b )
    22. function three.Vector3.prototype.distanceTo ( v )
    23. function three.Vector3.prototype.distanceToManhattan ( v )
    24. function three.Vector3.prototype.distanceToSquared ( v )
    25. function three.Vector3.prototype.divide ( v )
    26. function three.Vector3.prototype.divideScalar ( scalar )
    27. function three.Vector3.prototype.dot ( v )
    28. function three.Vector3.prototype.equals ( v )
    29. function three.Vector3.prototype.floor ()
    30. function three.Vector3.prototype.fromArray ( array, offset )
    31. function three.Vector3.prototype.fromAttribute ( attribute, index, offset )
    32. function three.Vector3.prototype.fromBufferAttribute ( attribute, index, offset )
    33. function three.Vector3.prototype.getColumnFromMatrix ( index, matrix )
    34. function three.Vector3.prototype.getComponent ( index )
    35. function three.Vector3.prototype.getPositionFromMatrix ( m )
    36. function three.Vector3.prototype.getScaleFromMatrix ( m )
    37. function three.Vector3.prototype.length ()
    38. function three.Vector3.prototype.lengthManhattan ()
    39. function three.Vector3.prototype.lengthSq ()
    40. function three.Vector3.prototype.lerp ( v, alpha )
    41. function three.Vector3.prototype.lerpVectors ( v1, v2, alpha )
    42. function three.Vector3.prototype.max ( v )
    43. function three.Vector3.prototype.min ( v )
    44. function three.Vector3.prototype.multiply ( v, w )
    45. function three.Vector3.prototype.multiplyScalar ( scalar )
    46. function three.Vector3.prototype.multiplyVectors ( a, b )
    47. function three.Vector3.prototype.negate ()
    48. function three.Vector3.prototype.normalize ()
    49. function three.Vector3.prototype.project ( camera )
    50. function three.Vector3.prototype.projectOnPlane ( planeNormal )
    51. function three.Vector3.prototype.projectOnVector ( vector )
    52. function three.Vector3.prototype.reflect ( normal )
    53. function three.Vector3.prototype.round ()
    54. function three.Vector3.prototype.roundToZero ()
    55. function three.Vector3.prototype.set ( x, y, z )
    56. function three.Vector3.prototype.setComponent ( index, value )
    57. function three.Vector3.prototype.setEulerFromQuaternion ()
    58. function three.Vector3.prototype.setEulerFromRotationMatrix ()
    59. function three.Vector3.prototype.setFromCylindrical ( c )
    60. function three.Vector3.prototype.setFromMatrixColumn ( m, index )
    61. function three.Vector3.prototype.setFromMatrixPosition ( m )
    62. function three.Vector3.prototype.setFromMatrixScale ( m )
    63. function three.Vector3.prototype.setFromSpherical ( s )
    64. function three.Vector3.prototype.setLength ( length )
    65. function three.Vector3.prototype.setScalar ( scalar )
    66. function three.Vector3.prototype.setX ( x )
    67. function three.Vector3.prototype.setY ( y )
    68. function three.Vector3.prototype.setZ ( z )
    69. function three.Vector3.prototype.sub ( v, w )
    70. function three.Vector3.prototype.subScalar ( s )
    71. function three.Vector3.prototype.subVectors ( a, b )
    72. function three.Vector3.prototype.toArray ( array, offset )
    73. function three.Vector3.prototype.transformDirection ( m )
    74. function three.Vector3.prototype.unproject ( camera )
  1355. module three.Vector3.prototype.add
    1. function three.Vector3.prototype.add ( v, w )
  1356. module three.Vector3.prototype.addScalar
    1. function three.Vector3.prototype.addScalar ( s )
  1357. module three.Vector3.prototype.addScaledVector
    1. function three.Vector3.prototype.addScaledVector ( v, s )
  1358. module three.Vector3.prototype.addVectors
    1. function three.Vector3.prototype.addVectors ( a, b )
  1359. module three.Vector3.prototype.angleTo
    1. function three.Vector3.prototype.angleTo ( v )
  1360. module three.Vector3.prototype.applyAxisAngle
    1. function three.Vector3.prototype.applyAxisAngle ( axis, angle )
  1361. module three.Vector3.prototype.applyEuler
    1. function three.Vector3.prototype.applyEuler ( euler )
  1362. module three.Vector3.prototype.applyMatrix3
    1. function three.Vector3.prototype.applyMatrix3 ( m )
  1363. module three.Vector3.prototype.applyMatrix4
    1. function three.Vector3.prototype.applyMatrix4 ( m )
  1364. module three.Vector3.prototype.applyProjection
    1. function three.Vector3.prototype.applyProjection ( m )
  1365. module three.Vector3.prototype.applyQuaternion
    1. function three.Vector3.prototype.applyQuaternion ( q )
  1366. module three.Vector3.prototype.ceil
    1. function three.Vector3.prototype.ceil ()
  1367. module three.Vector3.prototype.clamp
    1. function three.Vector3.prototype.clamp ( min, max )
  1368. module three.Vector3.prototype.clampLength
    1. function three.Vector3.prototype.clampLength ( min, max )
  1369. module three.Vector3.prototype.clampScalar
    1. function three.Vector3.prototype.clampScalar ( minVal, maxVal )
  1370. module three.Vector3.prototype.clone
    1. function three.Vector3.prototype.clone ()
  1371. module three.Vector3.prototype.copy
    1. function three.Vector3.prototype.copy ( v )
  1372. module three.Vector3.prototype.cross
    1. function three.Vector3.prototype.cross ( v, w )
  1373. module three.Vector3.prototype.crossVectors
    1. function three.Vector3.prototype.crossVectors ( a, b )
  1374. module three.Vector3.prototype.distanceTo
    1. function three.Vector3.prototype.distanceTo ( v )
  1375. module three.Vector3.prototype.distanceToManhattan
    1. function three.Vector3.prototype.distanceToManhattan ( v )
  1376. module three.Vector3.prototype.distanceToSquared
    1. function three.Vector3.prototype.distanceToSquared ( v )
  1377. module three.Vector3.prototype.divide
    1. function three.Vector3.prototype.divide ( v )
  1378. module three.Vector3.prototype.divideScalar
    1. function three.Vector3.prototype.divideScalar ( scalar )
  1379. module three.Vector3.prototype.dot
    1. function three.Vector3.prototype.dot ( v )
  1380. module three.Vector3.prototype.equals
    1. function three.Vector3.prototype.equals ( v )
  1381. module three.Vector3.prototype.floor
    1. function three.Vector3.prototype.floor ()
  1382. module three.Vector3.prototype.fromArray
    1. function three.Vector3.prototype.fromArray ( array, offset )
  1383. module three.Vector3.prototype.fromAttribute
    1. function three.Vector3.prototype.fromAttribute ( attribute, index, offset )
  1384. module three.Vector3.prototype.fromBufferAttribute
    1. function three.Vector3.prototype.fromBufferAttribute ( attribute, index, offset )
  1385. module three.Vector3.prototype.getColumnFromMatrix
    1. function three.Vector3.prototype.getColumnFromMatrix ( index, matrix )
  1386. module three.Vector3.prototype.getComponent
    1. function three.Vector3.prototype.getComponent ( index )
  1387. module three.Vector3.prototype.getPositionFromMatrix
    1. function three.Vector3.prototype.getPositionFromMatrix ( m )
  1388. module three.Vector3.prototype.getScaleFromMatrix
    1. function three.Vector3.prototype.getScaleFromMatrix ( m )
  1389. module three.Vector3.prototype.length
  1390. module three.Vector3.prototype.lengthManhattan
    1. function three.Vector3.prototype.lengthManhattan ()
  1391. module three.Vector3.prototype.lengthSq
    1. function three.Vector3.prototype.lengthSq ()
  1392. module three.Vector3.prototype.lerp
    1. function three.Vector3.prototype.lerp ( v, alpha )
  1393. module three.Vector3.prototype.lerpVectors
    1. function three.Vector3.prototype.lerpVectors ( v1, v2, alpha )
  1394. module three.Vector3.prototype.max
    1. function three.Vector3.prototype.max ( v )
  1395. module three.Vector3.prototype.min
    1. function three.Vector3.prototype.min ( v )
  1396. module three.Vector3.prototype.multiply
    1. function three.Vector3.prototype.multiply ( v, w )
  1397. module three.Vector3.prototype.multiplyScalar
    1. function three.Vector3.prototype.multiplyScalar ( scalar )
  1398. module three.Vector3.prototype.multiplyVectors
    1. function three.Vector3.prototype.multiplyVectors ( a, b )
  1399. module three.Vector3.prototype.negate
    1. function three.Vector3.prototype.negate ()
  1400. module three.Vector3.prototype.normalize
    1. function three.Vector3.prototype.normalize ()
  1401. module three.Vector3.prototype.project
    1. function three.Vector3.prototype.project ( camera )
  1402. module three.Vector3.prototype.projectOnPlane
    1. function three.Vector3.prototype.projectOnPlane ( planeNormal )
  1403. module three.Vector3.prototype.projectOnVector
    1. function three.Vector3.prototype.projectOnVector ( vector )
  1404. module three.Vector3.prototype.reflect
    1. function three.Vector3.prototype.reflect ( normal )
  1405. module three.Vector3.prototype.round
    1. function three.Vector3.prototype.round ()
  1406. module three.Vector3.prototype.roundToZero
    1. function three.Vector3.prototype.roundToZero ()
  1407. module three.Vector3.prototype.set
    1. function three.Vector3.prototype.set ( x, y, z )
  1408. module three.Vector3.prototype.setComponent
    1. function three.Vector3.prototype.setComponent ( index, value )
  1409. module three.Vector3.prototype.setEulerFromQuaternion
    1. function three.Vector3.prototype.setEulerFromQuaternion ()
  1410. module three.Vector3.prototype.setEulerFromRotationMatrix
    1. function three.Vector3.prototype.setEulerFromRotationMatrix ()
  1411. module three.Vector3.prototype.setFromCylindrical
    1. function three.Vector3.prototype.setFromCylindrical ( c )
  1412. module three.Vector3.prototype.setFromMatrixColumn
    1. function three.Vector3.prototype.setFromMatrixColumn ( m, index )
  1413. module three.Vector3.prototype.setFromMatrixPosition
    1. function three.Vector3.prototype.setFromMatrixPosition ( m )
  1414. module three.Vector3.prototype.setFromMatrixScale
    1. function three.Vector3.prototype.setFromMatrixScale ( m )
  1415. module three.Vector3.prototype.setFromSpherical
    1. function three.Vector3.prototype.setFromSpherical ( s )
  1416. module three.Vector3.prototype.setLength
    1. function three.Vector3.prototype.setLength ( length )
  1417. module three.Vector3.prototype.setScalar
    1. function three.Vector3.prototype.setScalar ( scalar )
  1418. module three.Vector3.prototype.setX
    1. function three.Vector3.prototype.setX ( x )
  1419. module three.Vector3.prototype.setY
    1. function three.Vector3.prototype.setY ( y )
  1420. module three.Vector3.prototype.setZ
    1. function three.Vector3.prototype.setZ ( z )
  1421. module three.Vector3.prototype.sub
    1. function three.Vector3.prototype.sub ( v, w )
  1422. module three.Vector3.prototype.subScalar
    1. function three.Vector3.prototype.subScalar ( s )
  1423. module three.Vector3.prototype.subVectors
    1. function three.Vector3.prototype.subVectors ( a, b )
  1424. module three.Vector3.prototype.toArray
    1. function three.Vector3.prototype.toArray ( array, offset )
  1425. module three.Vector3.prototype.transformDirection
    1. function three.Vector3.prototype.transformDirection ( m )
  1426. module three.Vector3.prototype.unproject
    1. function three.Vector3.prototype.unproject ( camera )
  1427. module three.Vector4
    1. function three.Vector4 ( x, y, z, w )
  1428. module three.Vector4.prototype
    1. boolean three.Vector4.prototype.isVector4
    2. function three.Vector4.prototype.add ( v, w )
    3. function three.Vector4.prototype.addScalar ( s )
    4. function three.Vector4.prototype.addScaledVector ( v, s )
    5. function three.Vector4.prototype.addVectors ( a, b )
    6. function three.Vector4.prototype.applyMatrix4 ( m )
    7. function three.Vector4.prototype.ceil ()
    8. function three.Vector4.prototype.clamp ( min, max )
    9. function three.Vector4.prototype.clampScalar ( minVal, maxVal )
    10. function three.Vector4.prototype.clone ()
    11. function three.Vector4.prototype.constructor ( x, y, z, w )
    12. function three.Vector4.prototype.copy ( v )
    13. function three.Vector4.prototype.divideScalar ( scalar )
    14. function three.Vector4.prototype.dot ( v )
    15. function three.Vector4.prototype.equals ( v )
    16. function three.Vector4.prototype.floor ()
    17. function three.Vector4.prototype.fromArray ( array, offset )
    18. function three.Vector4.prototype.fromAttribute ( attribute, index, offset )
    19. function three.Vector4.prototype.fromBufferAttribute ( attribute, index, offset )
    20. function three.Vector4.prototype.getComponent ( index )
    21. function three.Vector4.prototype.length ()
    22. function three.Vector4.prototype.lengthManhattan ()
    23. function three.Vector4.prototype.lengthSq ()
    24. function three.Vector4.prototype.lerp ( v, alpha )
    25. function three.Vector4.prototype.lerpVectors ( v1, v2, alpha )
    26. function three.Vector4.prototype.max ( v )
    27. function three.Vector4.prototype.min ( v )
    28. function three.Vector4.prototype.multiplyScalar ( scalar )
    29. function three.Vector4.prototype.negate ()
    30. function three.Vector4.prototype.normalize ()
    31. function three.Vector4.prototype.round ()
    32. function three.Vector4.prototype.roundToZero ()
    33. function three.Vector4.prototype.set ( x, y, z, w )
    34. function three.Vector4.prototype.setAxisAngleFromQuaternion ( q )
    35. function three.Vector4.prototype.setAxisAngleFromRotationMatrix ( m )
    36. function three.Vector4.prototype.setComponent ( index, value )
    37. function three.Vector4.prototype.setLength ( length )
    38. function three.Vector4.prototype.setScalar ( scalar )
    39. function three.Vector4.prototype.setW ( w )
    40. function three.Vector4.prototype.setX ( x )
    41. function three.Vector4.prototype.setY ( y )
    42. function three.Vector4.prototype.setZ ( z )
    43. function three.Vector4.prototype.sub ( v, w )
    44. function three.Vector4.prototype.subScalar ( s )
    45. function three.Vector4.prototype.subVectors ( a, b )
    46. function three.Vector4.prototype.toArray ( array, offset )
  1429. module three.Vector4.prototype.add
    1. function three.Vector4.prototype.add ( v, w )
  1430. module three.Vector4.prototype.addScalar
    1. function three.Vector4.prototype.addScalar ( s )
  1431. module three.Vector4.prototype.addScaledVector
    1. function three.Vector4.prototype.addScaledVector ( v, s )
  1432. module three.Vector4.prototype.addVectors
    1. function three.Vector4.prototype.addVectors ( a, b )
  1433. module three.Vector4.prototype.applyMatrix4
    1. function three.Vector4.prototype.applyMatrix4 ( m )
  1434. module three.Vector4.prototype.ceil
    1. function three.Vector4.prototype.ceil ()
  1435. module three.Vector4.prototype.clamp
    1. function three.Vector4.prototype.clamp ( min, max )
  1436. module three.Vector4.prototype.clampScalar
    1. function three.Vector4.prototype.clampScalar ( minVal, maxVal )
  1437. module three.Vector4.prototype.clone
    1. function three.Vector4.prototype.clone ()
  1438. module three.Vector4.prototype.copy
    1. function three.Vector4.prototype.copy ( v )
  1439. module three.Vector4.prototype.divideScalar
    1. function three.Vector4.prototype.divideScalar ( scalar )
  1440. module three.Vector4.prototype.dot
    1. function three.Vector4.prototype.dot ( v )
  1441. module three.Vector4.prototype.equals
    1. function three.Vector4.prototype.equals ( v )
  1442. module three.Vector4.prototype.floor
    1. function three.Vector4.prototype.floor ()
  1443. module three.Vector4.prototype.fromArray
    1. function three.Vector4.prototype.fromArray ( array, offset )
  1444. module three.Vector4.prototype.fromAttribute
    1. function three.Vector4.prototype.fromAttribute ( attribute, index, offset )
  1445. module three.Vector4.prototype.fromBufferAttribute
    1. function three.Vector4.prototype.fromBufferAttribute ( attribute, index, offset )
  1446. module three.Vector4.prototype.getComponent
    1. function three.Vector4.prototype.getComponent ( index )
  1447. module three.Vector4.prototype.length
  1448. module three.Vector4.prototype.lengthManhattan
    1. function three.Vector4.prototype.lengthManhattan ()
  1449. module three.Vector4.prototype.lengthSq
    1. function three.Vector4.prototype.lengthSq ()
  1450. module three.Vector4.prototype.lerp
    1. function three.Vector4.prototype.lerp ( v, alpha )
  1451. module three.Vector4.prototype.lerpVectors
    1. function three.Vector4.prototype.lerpVectors ( v1, v2, alpha )
  1452. module three.Vector4.prototype.max
    1. function three.Vector4.prototype.max ( v )
  1453. module three.Vector4.prototype.min
    1. function three.Vector4.prototype.min ( v )
  1454. module three.Vector4.prototype.multiplyScalar
    1. function three.Vector4.prototype.multiplyScalar ( scalar )
  1455. module three.Vector4.prototype.negate
    1. function three.Vector4.prototype.negate ()
  1456. module three.Vector4.prototype.normalize
    1. function three.Vector4.prototype.normalize ()
  1457. module three.Vector4.prototype.round
    1. function three.Vector4.prototype.round ()
  1458. module three.Vector4.prototype.roundToZero
    1. function three.Vector4.prototype.roundToZero ()
  1459. module three.Vector4.prototype.set
    1. function three.Vector4.prototype.set ( x, y, z, w )
  1460. module three.Vector4.prototype.setAxisAngleFromQuaternion
    1. function three.Vector4.prototype.setAxisAngleFromQuaternion ( q )
  1461. module three.Vector4.prototype.setAxisAngleFromRotationMatrix
    1. function three.Vector4.prototype.setAxisAngleFromRotationMatrix ( m )
  1462. module three.Vector4.prototype.setComponent
    1. function three.Vector4.prototype.setComponent ( index, value )
  1463. module three.Vector4.prototype.setLength
    1. function three.Vector4.prototype.setLength ( length )
  1464. module three.Vector4.prototype.setScalar
    1. function three.Vector4.prototype.setScalar ( scalar )
  1465. module three.Vector4.prototype.setW
    1. function three.Vector4.prototype.setW ( w )
  1466. module three.Vector4.prototype.setX
    1. function three.Vector4.prototype.setX ( x )
  1467. module three.Vector4.prototype.setY
    1. function three.Vector4.prototype.setY ( y )
  1468. module three.Vector4.prototype.setZ
    1. function three.Vector4.prototype.setZ ( z )
  1469. module three.Vector4.prototype.sub
    1. function three.Vector4.prototype.sub ( v, w )
  1470. module three.Vector4.prototype.subScalar
    1. function three.Vector4.prototype.subScalar ( s )
  1471. module three.Vector4.prototype.subVectors
    1. function three.Vector4.prototype.subVectors ( a, b )
  1472. module three.Vector4.prototype.toArray
    1. function three.Vector4.prototype.toArray ( array, offset )
  1473. module three.VectorKeyframeTrack
    1. function three.VectorKeyframeTrack ( name, times, values, interpolation )
  1474. module three.VectorKeyframeTrack.prototype
    1. function three.VectorKeyframeTrack.prototype.constructor ( name, times, values, interpolation )
    2. string three.VectorKeyframeTrack.prototype.ValueTypeName
  1475. module three.Vertex
    1. function three.Vertex ( x, y, z )
  1476. module three.VertexNormalsHelper
    1. function three.VertexNormalsHelper ( object, size, hex, linewidth )
  1477. module three.VertexNormalsHelper.prototype
    1. function three.VertexNormalsHelper.prototype.constructor ( object, size, hex, linewidth )
    2. function three.VertexNormalsHelper.prototype.update ()
  1478. module three.VertexNormalsHelper.prototype.update
    1. function three.VertexNormalsHelper.prototype.update ()
  1479. module three.VideoTexture
    1. function three.VideoTexture ( video, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy )
  1480. module three.VideoTexture.prototype
    1. function three.VideoTexture.prototype.constructor ( video, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy )
  1481. module three.WebGLRenderTarget
    1. function three.WebGLRenderTarget ( width, height, options )
  1482. module three.WebGLRenderTarget.prototype
    1. boolean three.WebGLRenderTarget.prototype.isWebGLRenderTarget
    2. function three.WebGLRenderTarget.prototype.addEventListener ( type, listener )
    3. function three.WebGLRenderTarget.prototype.clone ()
    4. function three.WebGLRenderTarget.prototype.constructor ( width, height, options )
    5. function three.WebGLRenderTarget.prototype.copy ( source )
    6. function three.WebGLRenderTarget.prototype.dispatchEvent ( event )
    7. function three.WebGLRenderTarget.prototype.dispose ()
    8. function three.WebGLRenderTarget.prototype.hasEventListener ( type, listener )
    9. function three.WebGLRenderTarget.prototype.removeEventListener ( type, listener )
    10. function three.WebGLRenderTarget.prototype.setSize ( width, height )
  1483. module three.WebGLRenderTarget.prototype.clone
    1. function three.WebGLRenderTarget.prototype.clone ()
  1484. module three.WebGLRenderTarget.prototype.copy
    1. function three.WebGLRenderTarget.prototype.copy ( source )
  1485. module three.WebGLRenderTarget.prototype.dispose
    1. function three.WebGLRenderTarget.prototype.dispose ()
  1486. module three.WebGLRenderTarget.prototype.setSize
    1. function three.WebGLRenderTarget.prototype.setSize ( width, height )
  1487. module three.WebGLRenderTargetCube
    1. function three.WebGLRenderTargetCube ( width, height, options )
  1488. module three.WebGLRenderTargetCube.prototype
    1. boolean three.WebGLRenderTargetCube.prototype.isWebGLRenderTargetCube
    2. function three.WebGLRenderTargetCube.prototype.constructor ( width, height, options )
  1489. module three.WebGLRenderer
    1. function three.WebGLRenderer ( parameters )
  1490. module three.WebGLRenderer.prototype
    1. function three.WebGLRenderer.prototype.addPostPlugin ()
    2. function three.WebGLRenderer.prototype.addPrePlugin ()
    3. function three.WebGLRenderer.prototype.enableScissorTest ( boolean )
    4. function three.WebGLRenderer.prototype.initMaterial ()
    5. function three.WebGLRenderer.prototype.supportsBlendMinMax ()
    6. function three.WebGLRenderer.prototype.supportsCompressedTexturePVRTC ()
    7. function three.WebGLRenderer.prototype.supportsCompressedTextureS3TC ()
    8. function three.WebGLRenderer.prototype.supportsFloatTextures ()
    9. function three.WebGLRenderer.prototype.supportsHalfFloatTextures ()
    10. function three.WebGLRenderer.prototype.supportsInstancedArrays ()
    11. function three.WebGLRenderer.prototype.supportsStandardDerivatives ()
    12. function three.WebGLRenderer.prototype.supportsVertexTextures ()
    13. function three.WebGLRenderer.prototype.updateShadowMap ()
  1491. module three.WebGLRenderer.prototype.addPostPlugin
    1. function three.WebGLRenderer.prototype.addPostPlugin ()
  1492. module three.WebGLRenderer.prototype.addPrePlugin
    1. function three.WebGLRenderer.prototype.addPrePlugin ()
  1493. module three.WebGLRenderer.prototype.enableScissorTest
    1. function three.WebGLRenderer.prototype.enableScissorTest ( boolean )
  1494. module three.WebGLRenderer.prototype.initMaterial
    1. function three.WebGLRenderer.prototype.initMaterial ()
  1495. module three.WebGLRenderer.prototype.supportsBlendMinMax
    1. function three.WebGLRenderer.prototype.supportsBlendMinMax ()
  1496. module three.WebGLRenderer.prototype.supportsCompressedTexturePVRTC
    1. function three.WebGLRenderer.prototype.supportsCompressedTexturePVRTC ()
  1497. module three.WebGLRenderer.prototype.supportsCompressedTextureS3TC
    1. function three.WebGLRenderer.prototype.supportsCompressedTextureS3TC ()
  1498. module three.WebGLRenderer.prototype.supportsFloatTextures
    1. function three.WebGLRenderer.prototype.supportsFloatTextures ()
  1499. module three.WebGLRenderer.prototype.supportsHalfFloatTextures
    1. function three.WebGLRenderer.prototype.supportsHalfFloatTextures ()
  1500. module three.WebGLRenderer.prototype.supportsInstancedArrays
    1. function three.WebGLRenderer.prototype.supportsInstancedArrays ()
  1501. module three.WebGLRenderer.prototype.supportsStandardDerivatives
    1. function three.WebGLRenderer.prototype.supportsStandardDerivatives ()
  1502. module three.WebGLRenderer.prototype.supportsVertexTextures
    1. function three.WebGLRenderer.prototype.supportsVertexTextures ()
  1503. module three.WebGLRenderer.prototype.updateShadowMap
    1. function three.WebGLRenderer.prototype.updateShadowMap ()
  1504. module three.WireframeGeometry
    1. function three.WireframeGeometry ( geometry )
  1505. module three.WireframeGeometry.prototype
    1. function three.WireframeGeometry.prototype.constructor ( geometry )
  1506. module three.WireframeHelper
    1. function three.WireframeHelper ( object, hex )
  1507. module three.XHRLoader
    1. function three.XHRLoader ( manager )

module three

function three.AmbientLight ( color, intensity )

function three.AnimationClip ( name, duration, tracks )

function three.AnimationClip.CreateClipsFromMorphTargetSequences ( morphTargets, fps, noLoop )

function three.AnimationClip.CreateFromMorphTargetSequence ( name, morphTargetSequence, fps, noLoop )

function three.AnimationClip.findByName ( objectOrClipArray, name )

function three.AnimationClip.parse ( json )

function three.AnimationClip.parseAnimation ( animation, bones )

function three.AnimationClip.prototype.optimize ()

function three.AnimationClip.prototype.resetDuration ()

function three.AnimationClip.prototype.trim ()

function three.AnimationClip.toJSON ( clip )

function three.AnimationMixer ( root )

function three.AnimationMixer.prototype._activateAction ( action )

function three.AnimationMixer.prototype._addInactiveAction ( action, clipUuid, rootUuid )

function three.AnimationMixer.prototype._addInactiveBinding ( binding, rootUuid, trackName )

function three.AnimationMixer.prototype._bindAction ( action, prototypeAction )

function three.AnimationMixer.prototype._deactivateAction ( action )

function three.AnimationMixer.prototype._initMemoryManager ()

function three.AnimationMixer.prototype._isActiveAction ( action )

function three.AnimationMixer.prototype._lendAction ( action )

function three.AnimationMixer.prototype._lendBinding ( binding )

function three.AnimationMixer.prototype._lendControlInterpolant ()

function three.AnimationMixer.prototype._removeInactiveAction ( action )

function three.AnimationMixer.prototype._removeInactiveBinding ( binding )

function three.AnimationMixer.prototype._removeInactiveBindingsForAction ( action )

function three.AnimationMixer.prototype._takeBackAction ( action )

function three.AnimationMixer.prototype._takeBackBinding ( binding )

function three.AnimationMixer.prototype._takeBackControlInterpolant ( interpolant )

function three.AnimationMixer.prototype.addEventListener ( type, listener )

function three.AnimationMixer.prototype.clipAction ( clip, optionalRoot )

function three.AnimationMixer.prototype.dispatchEvent ( event )

function three.AnimationMixer.prototype.existingAction ( clip, optionalRoot )

function three.AnimationMixer.prototype.getRoot ()

function three.AnimationMixer.prototype.hasEventListener ( type, listener )

function three.AnimationMixer.prototype.removeEventListener ( type, listener )

function three.AnimationMixer.prototype.stopAllAction ()

function three.AnimationMixer.prototype.uncacheAction ( clip, optionalRoot )

function three.AnimationMixer.prototype.uncacheClip ( clip )

function three.AnimationMixer.prototype.uncacheRoot ( root )

function three.AnimationMixer.prototype.update ( deltaTime )

function three.AnimationObjectGroup ( var_args )

function three.AnimationObjectGroup.prototype.add ( var_args )

function three.AnimationObjectGroup.prototype.remove ( var_args )

function three.AnimationObjectGroup.prototype.subscribe_ ( path, parsedPath )

function three.AnimationObjectGroup.prototype.uncache ( var_args )

function three.AnimationObjectGroup.prototype.unsubscribe_ ( path )

function three.AnimationUtils.arraySlice ( array, from, to )

function three.AnimationUtils.convertArray ( array, type, forceClone )

function three.AnimationUtils.flattenJSON ( jsonKeys, times, values, valuePropertyName )

function three.AnimationUtils.getKeyframeOrder ( times )

function three.AnimationUtils.isTypedArray ( object )

function three.AnimationUtils.sortedArray ( values, stride, order )

function three.ArcCurve ( aX, aY, aRadius, aStartAngle, aEndAngle, aClockwise )

function three.ArrowHelper ( dir, origin, length, color, headLength, headWidth )

function three.ArrowHelper.prototype.setColor ( color )

function three.ArrowHelper.prototype.setDirection ( dir )

function three.ArrowHelper.prototype.setLength ( length, headLength, headWidth )

function three.Audio ( listener )

function three.Audio.prototype.connect ()

function three.Audio.prototype.disconnect ()

function three.Audio.prototype.getFilter ()

function three.Audio.prototype.getFilters ()

function three.Audio.prototype.getLoop ()

function three.Audio.prototype.getOutput ()

function three.Audio.prototype.getPlaybackRate ()

function three.Audio.prototype.getVolume ()

function three.Audio.prototype.load ( file )

function three.Audio.prototype.onEnded ()

function three.Audio.prototype.pause ()

function three.Audio.prototype.play ()

function three.Audio.prototype.setBuffer ( audioBuffer )

function three.Audio.prototype.setFilter ( filter )

function three.Audio.prototype.setFilters ( value )

function three.Audio.prototype.setLoop ( value )

function three.Audio.prototype.setNodeSource ( audioNode )

function three.Audio.prototype.setPlaybackRate ( value )

function three.Audio.prototype.setVolume ( value )

function three.Audio.prototype.stop ()

function three.AudioAnalyser ( audio, fftSize )

function three.AudioAnalyser.prototype.getAverageFrequency ()

function three.AudioAnalyser.prototype.getData ()

function three.AudioAnalyser.prototype.getFrequencyData ()

function three.AudioContext.getContext ()

function three.AudioContext.setContext ( value )

function three.AudioListener ()

function three.AudioListener.prototype.getFilter ()

function three.AudioListener.prototype.getInput ()

function three.AudioListener.prototype.getMasterVolume ()

function three.AudioListener.prototype.removeFilter ( )

function three.AudioListener.prototype.setFilter ( value )

function three.AudioListener.prototype.setMasterVolume ( value )

function three.AudioListener.prototype.updateMatrixWorld ( force )

function three.AudioLoader ( manager )

function three.AudioLoader.prototype.load ( url, onLoad, onProgress, onError )

function three.AxisHelper ( size )

function three.BinaryTextureLoader ( manager )

function three.Bone ()

function three.BooleanKeyframeTrack ( name, times, values )

function three.BooleanKeyframeTrack.prototype.ValueBufferType ()

function three.BoundingBoxHelper ( object, color )

function three.Box2 ( min, max )

function three.Box2.prototype.center ( optionalTarget )

function three.Box2.prototype.clampPoint ( point, optionalTarget )

function three.Box2.prototype.clone ()

function three.Box2.prototype.containsBox ( box )

function three.Box2.prototype.containsPoint ( point )

function three.Box2.prototype.copy ( box )

function three.Box2.prototype.distanceToPoint ( point )

function three.Box2.prototype.empty ()

function three.Box2.prototype.equals ( box )

function three.Box2.prototype.expandByPoint ( point )

function three.Box2.prototype.expandByScalar ( scalar )

function three.Box2.prototype.expandByVector ( vector )

function three.Box2.prototype.getCenter ( optionalTarget )

function three.Box2.prototype.getParameter ( point, optionalTarget )

function three.Box2.prototype.getSize ( optionalTarget )

function three.Box2.prototype.intersect ( box )

function three.Box2.prototype.intersectsBox ( box )

function three.Box2.prototype.isEmpty ()

function three.Box2.prototype.isIntersectionBox ( box )

function three.Box2.prototype.makeEmpty ()

function three.Box2.prototype.set ( min, max )

function three.Box2.prototype.setFromCenterAndSize ( center, size )

function three.Box2.prototype.setFromPoints ( points )

function three.Box2.prototype.size ( optionalTarget )

function three.Box2.prototype.translate ( offset )

function three.Box2.prototype.union ( box )

function three.Box3 ( min, max )

function three.Box3.prototype.applyMatrix4 ( matrix )

function three.Box3.prototype.center ( optionalTarget )

function three.Box3.prototype.clampPoint ( point, optionalTarget )

function three.Box3.prototype.clone ()

function three.Box3.prototype.containsBox ( box )

function three.Box3.prototype.containsPoint ( point )

function three.Box3.prototype.copy ( box )

function three.Box3.prototype.distanceToPoint ( point )

function three.Box3.prototype.empty ()

function three.Box3.prototype.equals ( box )

function three.Box3.prototype.expandByObject ( object )

function three.Box3.prototype.expandByPoint ( point )

function three.Box3.prototype.expandByScalar ( scalar )

function three.Box3.prototype.expandByVector ( vector )

function three.Box3.prototype.getBoundingSphere ( optionalTarget )

function three.Box3.prototype.getCenter ( optionalTarget )

function three.Box3.prototype.getParameter ( point, optionalTarget )

function three.Box3.prototype.getSize ( optionalTarget )

function three.Box3.prototype.intersect ( box )

function three.Box3.prototype.intersectsBox ( box )

function three.Box3.prototype.intersectsPlane ( plane )

function three.Box3.prototype.intersectsSphere ( sphere )

function three.Box3.prototype.isEmpty ()

function three.Box3.prototype.isIntersectionBox ( box )

function three.Box3.prototype.isIntersectionSphere ( sphere )

function three.Box3.prototype.makeEmpty ()

function three.Box3.prototype.set ( min, max )

function three.Box3.prototype.setFromArray ( array )

function three.Box3.prototype.setFromBufferAttribute ( attribute )

function three.Box3.prototype.setFromCenterAndSize ( center, size )

function three.Box3.prototype.setFromObject ( object )

function three.Box3.prototype.setFromPoints ( points )

function three.Box3.prototype.size ( optionalTarget )

function three.Box3.prototype.translate ( offset )

function three.Box3.prototype.union ( box )

function three.BoxBufferGeometry ( width, height, depth, widthSegments, heightSegments, depthSegments )

function three.BoxGeometry ( width, height, depth, widthSegments, heightSegments, depthSegments )

function three.BoxHelper ( object, color )

function three.BoxHelper.prototype.update ( object )

function three.BufferAttribute ( array, itemSize, normalized )

function three.BufferAttribute.prototype.clone ()

function three.BufferAttribute.prototype.copy ( source )

function three.BufferAttribute.prototype.copyArray ( array )

function three.BufferAttribute.prototype.copyAt ( index1, attribute, index2 )

function three.BufferAttribute.prototype.copyColorsArray ( colors )

function three.BufferAttribute.prototype.copyIndicesArray ( indices )

function three.BufferAttribute.prototype.copyVector2sArray ( vectors )

function three.BufferAttribute.prototype.copyVector3sArray ( vectors )

function three.BufferAttribute.prototype.copyVector4sArray ( vectors )

function three.BufferAttribute.prototype.getW ( index )

function three.BufferAttribute.prototype.getX ( index )

function three.BufferAttribute.prototype.getY ( index )

function three.BufferAttribute.prototype.getZ ( index )

function three.BufferAttribute.prototype.onUpload ( callback )

function three.BufferAttribute.prototype.set ( value, offset )

function three.BufferAttribute.prototype.setArray ( array )

function three.BufferAttribute.prototype.setDynamic ( value )

function three.BufferAttribute.prototype.setW ( index, w )

function three.BufferAttribute.prototype.setX ( index, x )

function three.BufferAttribute.prototype.setXY ( index, x, y )

function three.BufferAttribute.prototype.setXYZ ( index, x, y, z )

function three.BufferAttribute.prototype.setXYZW ( index, x, y, z, w )

function three.BufferAttribute.prototype.setY ( index, y )

function three.BufferAttribute.prototype.setZ ( index, z )

function three.BufferGeometry ()

function three.BufferGeometry.prototype.addAttribute ( name, attribute )

function three.BufferGeometry.prototype.addDrawCall ( start, count, indexOffset )

function three.BufferGeometry.prototype.addGroup ( start, count, materialIndex )

function three.BufferGeometry.prototype.addIndex ( index )

function three.BufferGeometry.prototype.applyMatrix ( matrix )

function three.BufferGeometry.prototype.center ()

function three.BufferGeometry.prototype.clearDrawCalls ()

function three.BufferGeometry.prototype.clearGroups ()

function three.BufferGeometry.prototype.clone ()

function three.BufferGeometry.prototype.computeBoundingBox ()

function three.BufferGeometry.prototype.computeBoundingSphere ()

function three.BufferGeometry.prototype.computeFaceNormals ()

function three.BufferGeometry.prototype.computeOffsets ()

function three.BufferGeometry.prototype.computeTangents ()

function three.BufferGeometry.prototype.computeVertexNormals ()

function three.BufferGeometry.prototype.copy ( source )

function three.BufferGeometry.prototype.dispose ()

function three.BufferGeometry.prototype.fromDirectGeometry ( geometry )

function three.BufferGeometry.prototype.fromGeometry ( geometry )

function three.BufferGeometry.prototype.getAttribute ( name )

function three.BufferGeometry.prototype.getIndex ()

function three.BufferGeometry.prototype.lookAt ( vector )

function three.BufferGeometry.prototype.merge ( geometry, offset )

function three.BufferGeometry.prototype.normalizeNormals ()

function three.BufferGeometry.prototype.removeAttribute ( name )

function three.BufferGeometry.prototype.rotateX ( angle )

function three.BufferGeometry.prototype.rotateY ( angle )

function three.BufferGeometry.prototype.rotateZ ( angle )

function three.BufferGeometry.prototype.scale ( x, y, z )

function three.BufferGeometry.prototype.setDrawRange ( start, count )

function three.BufferGeometry.prototype.setFromObject ( object )

function three.BufferGeometry.prototype.setIndex ( index )

function three.BufferGeometry.prototype.toJSON ()

function three.BufferGeometry.prototype.toNonIndexed ()

function three.BufferGeometry.prototype.translate ( x, y, z )

function three.BufferGeometry.prototype.updateFromObject ( object )

function three.BufferGeometryLoader ( manager )

function three.BufferGeometryLoader.prototype.load ( url, onLoad, onProgress, onError )

function three.BufferGeometryLoader.prototype.parse ( json )

function three.Cache.add ( key, file )

function three.Cache.clear ()

function three.Cache.get ( key )

function three.Cache.remove ( key )

function three.Camera ()

function three.Camera.prototype.clone ()

function three.Camera.prototype.copy ( source )

function three.Camera.prototype.getWorldDirection ( optionalTarget )

function three.Camera.prototype.lookAt ( vector )

function three.CameraHelper ( camera )

function three.CameraHelper.prototype.update ()

function three.CanvasRenderer ()

function three.CanvasTexture ( canvas, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy )

function three.CatmullRomCurve3 ( p)

function three.CatmullRomCurve3.prototype.getPoint ( t )

function three.CircleBufferGeometry ( radius, segments, thetaStart, thetaLength )

function three.CircleGeometry ( radius, segments, thetaStart, thetaLength )

function three.Clock ( autoStart )

function three.Clock.prototype.getDelta ()

function three.Clock.prototype.getElapsedTime ()

function three.Clock.prototype.start ()

function three.Clock.prototype.stop ()

function three.ClosedSplineCurve3 ( points )

function three.Color ( r, g, b )

function three.Color.prototype.add ( color )

function three.Color.prototype.addColors ( color1, color2 )

function three.Color.prototype.addScalar ( s )

function three.Color.prototype.clone ()

function three.Color.prototype.convertGammaToLinear ()

function three.Color.prototype.convertLinearToGamma ()

function three.Color.prototype.copy ( color )

function three.Color.prototype.copyGammaToLinear ( color, gammaFactor )

function three.Color.prototype.copyLinearToGamma ( color, gammaFactor )

function three.Color.prototype.equals ( c )

function three.Color.prototype.fromArray ( array, offset )

function three.Color.prototype.getHSL ( optionalTarget )

function three.Color.prototype.getHex ()

function three.Color.prototype.getHexString ()

function three.Color.prototype.getStyle ()

function three.Color.prototype.lerp ( color, alpha )

function three.Color.prototype.multiply ( color )

function three.Color.prototype.multiplyScalar ( s )

function three.Color.prototype.offsetHSL ( h, s, l )

function three.Color.prototype.set ( value )

function three.Color.prototype.setHSL ( h, s, l )

function three.Color.prototype.setHex ( hex )

function three.Color.prototype.setRGB ( r, g, b )

function three.Color.prototype.setScalar ( scalar )

function three.Color.prototype.setStyle ( style )

function three.Color.prototype.sub ( color )

function three.Color.prototype.toArray ( array, offset )

function three.Color.prototype.toJSON ()

function three.ColorKeyframeTrack ( name, times, values, interpolation )

function three.CompressedTexture ( mipmaps, width, height, format, type, mapping, wrapS, wrapT, magFilter, minFilter, anisotropy, encoding )

function three.CompressedTextureLoader ( manager )

function three.CompressedTextureLoader.prototype.load ( url, onLoad, onProgress, onError )

function three.CompressedTextureLoader.prototype.setPath ( value )

function three.ConeBufferGeometry ( radius, height, radialSegments, heightSegments, openEnded, thetaStart, thetaLength )

function three.ConeGeometry ( radius, height, radialSegments, heightSegments, openEnded, thetaStart, thetaLength )

function three.CubeCamera ( near, far, cubeResolution )

function three.CubeGeometry ( width, height, depth, widthSegments, heightSegments, depthSegments )

function three.CubeTexture ( images, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy, encoding )

function three.CubeTextureLoader ( manager )

function three.CubeTextureLoader.prototype.load ( urls, onLoad, onProgress, onError )

function three.CubeTextureLoader.prototype.setCrossOrigin ( value )

function three.CubeTextureLoader.prototype.setPath ( value )

function three.CubicBezierCurve ( v0, v1, v2, v3 )

function three.CubicBezierCurve.prototype.getPoint ( t )

function three.CubicBezierCurve3 ( v0, v1, v2, v3 )

function three.CubicBezierCurve3.prototype.getPoint ( t )

function three.CubicInterpolant ( parameterPositions, sampleValues, sampleSize, resultBuffer )

function three.CubicInterpolant.prototype.interpolate_ ( i1, t0, t, t1 )

function three.CubicInterpolant.prototype.intervalChanged_ ( i1, t0, t1 )

function three.Curve ()

function three.Curve.create ( construct, getPoint )

function three.Curve.prototype.computeFrenetFrames ( segments, closed )

function three.Curve.prototype.getLength ()

function three.Curve.prototype.getLengths ( divisions )

function three.Curve.prototype.getPoint ( t )

function three.Curve.prototype.getPointAt ( u )

function three.Curve.prototype.getPoints ( divisions )

function three.Curve.prototype.getSpacedPoints ( divisions )

function three.Curve.prototype.getTangent ( t )

function three.Curve.prototype.getTangentAt ( u )

function three.Curve.prototype.getUtoTmapping ( u, distance )

function three.Curve.prototype.updateArcLengths ()

function three.CurvePath ()

function three.CurvePath.prototype.add ( curve )

function three.CurvePath.prototype.closePath ()

function three.CurvePath.prototype.createGeometry ( points )

function three.CurvePath.prototype.createPointsGeometry ( divisions )

function three.CurvePath.prototype.createSpacedPointsGeometry ( divisions )

function three.CurvePath.prototype.getCurveLengths ()

function three.CurvePath.prototype.getLength ()

function three.CurvePath.prototype.getPoint ( t )

function three.CurvePath.prototype.getPoints ( divisions )

function three.CurvePath.prototype.getSpacedPoints ( divisions )

function three.CurvePath.prototype.updateArcLengths ()

function three.CylinderBufferGeometry ( radiusTop, radiusBottom, height, radialSegments, heightSegments, openEnded, thetaStart, thetaLength )

function three.CylinderGeometry ( radiusTop, radiusBottom, height, radialSegments, heightSegments, openEnded, thetaStart, thetaLength )

function three.Cylindrical ( radius, theta, y )

function three.Cylindrical.prototype.clone ()

function three.Cylindrical.prototype.copy ( other )

function three.Cylindrical.prototype.set ( radius, theta, y )

function three.Cylindrical.prototype.setFromVector3 ( vec3 )

function three.DataTexture ( data, width, height, format, type, mapping, wrapS, wrapT, magFilter, minFilter, anisotropy, encoding )

function three.DataTextureLoader ( manager )

function three.DataTextureLoader.prototype.load ( url, onLoad, onProgress, onError )

function three.DefaultLoadingManager.itemEnd ( url )

function three.DefaultLoadingManager.itemError ( url )

function three.DefaultLoadingManager.itemStart ( url )

function three.DepthTexture ( width, height, type, mapping, wrapS, wrapT, magFilter, minFilter, anisotropy, format )

function three.DirectionalLight ( color, intensity )

function three.DirectionalLight.prototype.copy ( source )

function three.DirectionalLightHelper ( light, size )

function three.DirectionalLightHelper.prototype.dispose ()

function three.DirectionalLightHelper.prototype.update ()

function three.DirectionalLightShadow ( )

function three.DiscreteInterpolant ( parameterPositions, sampleValues, sampleSize, resultBuffer )

function three.DiscreteInterpolant.prototype.interpolate_ ( i1, t0, t, t1 )

function three.DodecahedronBufferGeometry ( radius, detail )

function three.DodecahedronGeometry ( radius, detail )

function three.DynamicBufferAttribute ( array, itemSize )

function three.EdgesGeometry ( geometry, thresholdAngle )

function three.EdgesHelper ( object, hex )

function three.EllipseCurve ( aX, aY, xRadius, yRadius, aStartAngle, aEndAngle, aClockwise, aRotation )

function three.EllipseCurve.prototype.getPoint ( t )

function three.Euler ( x, y, z, order )

function three.Euler.prototype.clone ()

function three.Euler.prototype.copy ( euler )

function three.Euler.prototype.equals ( euler )

function three.Euler.prototype.fromArray ( array )

function three.Euler.prototype.onChange ( callback )

function three.Euler.prototype.onChangeCallback ()

function three.Euler.prototype.reorder ( newOrder )

function three.Euler.prototype.set ( x, y, z, order )

function three.Euler.prototype.setFromQuaternion ( q, order, update )

function three.Euler.prototype.setFromRotationMatrix ( m, order, update )

function three.Euler.prototype.setFromVector3 ( v, order )

function three.Euler.prototype.toArray ( array, offset )

function three.Euler.prototype.toVector3 ( optionalResult )

function three.EventDispatcher ()

function three.ExtrudeGeometry ( shapes, options )

function three.ExtrudeGeometry.prototype.addShape ( shape, options )

function three.ExtrudeGeometry.prototype.addShapeList ( shapes, options )

function three.Face3 ( a, b, c, normal, color, materialIndex )

function three.Face3.prototype.clone ()

function three.Face3.prototype.copy ( source )

function three.Face4 ( a, b, c, d, normal, color, materialIndex )

function three.FaceNormalsHelper ( object, size, hex, linewidth )

function three.FaceNormalsHelper.prototype.update ()

function three.FileLoader ( manager )

function three.FileLoader.prototype.load ( url, onLoad, onProgress, onError )

function three.FileLoader.prototype.setMimeType ( value )

function three.FileLoader.prototype.setPath ( value )

function three.FileLoader.prototype.setResponseType ( value )

function three.FileLoader.prototype.setWithCredentials ( value )

function three.Float32Attribute ( array, itemSize )

function three.Float32BufferAttribute ( array, itemSize )

function three.Float64Attribute ( array, itemSize )

function three.Float64BufferAttribute ( array, itemSize )

function three.Fog ( color, near, far )

function three.Fog.prototype.clone ()

function three.Fog.prototype.toJSON ( meta )

function three.FogExp2 ( color, density )

function three.FogExp2.prototype.clone ()

function three.FogExp2.prototype.toJSON ( meta )

function three.Font ( data )

function three.Font.prototype.generateShapes ( text, size, divisions )

function three.FontLoader ( manager )

function three.FontLoader.prototype.load ( url, onLoad, onProgress, onError )

function three.FontLoader.prototype.parse ( json )

function three.Frustum ( p0, p1, p2, p3, p4, p5 )

function three.Frustum.prototype.clone ()

function three.Frustum.prototype.containsPoint ( point )

function three.Frustum.prototype.copy ( frustum )

function three.Frustum.prototype.intersectsBox ( box )

function three.Frustum.prototype.intersectsObject ( object )

function three.Frustum.prototype.intersectsSphere ( sphere )

function three.Frustum.prototype.intersectsSprite ( sprite )

function three.Frustum.prototype.set ( p0, p1, p2, p3, p4, p5 )

function three.Frustum.prototype.setFromMatrix ( m )

function three.Geometry ()

function three.Geometry.prototype.applyMatrix ( matrix )

function three.Geometry.prototype.center ()

function three.Geometry.prototype.clone ()

function three.Geometry.prototype.computeBoundingBox ()

function three.Geometry.prototype.computeBoundingSphere ()

function three.Geometry.prototype.computeFaceNormals ()

function three.Geometry.prototype.computeFlatVertexNormals ()

function three.Geometry.prototype.computeLineDistances ()

function three.Geometry.prototype.computeMorphNormals ()

function three.Geometry.prototype.computeTangents ()

function three.Geometry.prototype.computeVertexNormals ( areaWeighted )

function three.Geometry.prototype.copy ( source )

function three.Geometry.prototype.dispose ()

function three.Geometry.prototype.fromBufferGeometry ( geometry )

function three.Geometry.prototype.lookAt ( vector )

function three.Geometry.prototype.merge ( geometry, matrix, materialIndexOffset )

function three.Geometry.prototype.mergeMesh ( mesh )

function three.Geometry.prototype.mergeVertices ()

function three.Geometry.prototype.normalize ()

function three.Geometry.prototype.rotateX ( angle )

function three.Geometry.prototype.rotateY ( angle )

function three.Geometry.prototype.rotateZ ( angle )

function three.Geometry.prototype.scale ( x, y, z )

function three.Geometry.prototype.sortFacesByMaterialIndex ()

function three.Geometry.prototype.toJSON ()

function three.Geometry.prototype.translate ( x, y, z )

function three.GeometryIdCount ()

function three.GeometryUtils.center ( geometry )

function three.GeometryUtils.merge ( geometry1, geometry2, materialIndexOffset )

function three.GridHelper ( size, divisions, color1, color2 )

function three.GridHelper.prototype.setColors ()

function three.Group ()

function three.HemisphereLight ( skyColor, groundColor, intensity )

function three.HemisphereLight.prototype.copy ( source )

function three.HemisphereLightHelper ( light, size )

function three.HemisphereLightHelper.prototype.dispose ()

function three.HemisphereLightHelper.prototype.update ()

function three.IcosahedronBufferGeometry ( radius, detail )

function three.IcosahedronGeometry ( radius, detail )

function three.ImageLoader ( manager )

function three.ImageLoader.prototype.load ( url, onLoad, onProgress, onError )

function three.ImageLoader.prototype.setCrossOrigin ( value )

function three.ImageLoader.prototype.setPath ( value )

function three.ImageUtils.loadCompressedTexture ()

function three.ImageUtils.loadCompressedTextureCube ()

function three.ImageUtils.loadTexture ( url, mapping, onLoad, onError )

function three.ImageUtils.loadTextureCube ( urls, mapping, onLoad, onError )

function three.ImmediateRenderObject ( material )

function three.InstancedBufferAttribute ( array, itemSize, meshPerAttribute )

function three.InstancedBufferAttribute.prototype.copy ( source )

function three.InstancedBufferGeometry ()

function three.InstancedBufferGeometry.prototype.addGroup ( start, count, materialIndex )

function three.InstancedBufferGeometry.prototype.copy ( source )

function three.InstancedInterleavedBuffer ( array, stride, meshPerAttribute )

function three.InstancedInterleavedBuffer.prototype.copy ( source )

function three.Int16Attribute ( array, itemSize )

function three.Int16BufferAttribute ( array, itemSize )

function three.Int32Attribute ( array, itemSize )

function three.Int32BufferAttribute ( array, itemSize )

function three.Int8Attribute ( array, itemSize )

function three.Int8BufferAttribute ( array, itemSize )

function three.InterleavedBuffer ( array, stride )

function three.InterleavedBuffer.prototype.clone ()

function three.InterleavedBuffer.prototype.copy ( source )

function three.InterleavedBuffer.prototype.copyAt ( index1, attribute, index2 )

function three.InterleavedBuffer.prototype.onUpload ( callback )

function three.InterleavedBuffer.prototype.set ( value, offset )

function three.InterleavedBuffer.prototype.setArray ( array )

function three.InterleavedBuffer.prototype.setDynamic ( value )

function three.InterleavedBufferAttribute ( interleavedBuffer, itemSize, offset, normalized )

function three.InterleavedBufferAttribute.prototype.getW ( index )

function three.InterleavedBufferAttribute.prototype.getX ( index )

function three.InterleavedBufferAttribute.prototype.getY ( index )

function three.InterleavedBufferAttribute.prototype.getZ ( index )

function three.InterleavedBufferAttribute.prototype.setW ( index, w )

function three.InterleavedBufferAttribute.prototype.setX ( index, x )

function three.InterleavedBufferAttribute.prototype.setXY ( index, x, y )

function three.InterleavedBufferAttribute.prototype.setXYZ ( index, x, y, z )

function three.InterleavedBufferAttribute.prototype.setXYZW ( index, x, y, z, w )

function three.InterleavedBufferAttribute.prototype.setY ( index, y )

function three.InterleavedBufferAttribute.prototype.setZ ( index, z )

function three.Interpolant ( parameterPositions, sampleValues, sampleSize, resultBuffer )

function three.Interpolant.prototype.copySampleValue_ ( index )

function three.Interpolant.prototype.evaluate ( t )

function three.Interpolant.prototype.getSettings_ ()

function three.Interpolant.prototype.interpolate_ ( i1, t0, t, t1 )

function three.Interpolant.prototype.intervalChanged_ ( i1, t0, t1 )

function three.JSONLoader ( manager )

function three.JSONLoader.prototype.load ( url, onLoad, onProgress, onError )

function three.JSONLoader.prototype.parse ( json, texturePath )

function three.JSONLoader.prototype.setTexturePath ( value )

function three.KeyframeTrack ( name, times, values, interpolation )

function three.KeyframeTrack._getTrackTypeForValueTypeName ( typeName )

function three.KeyframeTrack.parse ( json )

function three.KeyframeTrack.prototype.InterpolantFactoryMethodDiscrete ( result )

function three.KeyframeTrack.prototype.InterpolantFactoryMethodLinear ( result )

function three.KeyframeTrack.prototype.InterpolantFactoryMethodSmooth ( result )

function three.KeyframeTrack.prototype.TimeBufferType ()

function three.KeyframeTrack.prototype.getInterpolation ()

function three.KeyframeTrack.prototype.getValueSize ()

function three.KeyframeTrack.prototype.optimize ()

function three.KeyframeTrack.prototype.scale ( timeScale )

function three.KeyframeTrack.prototype.setInterpolation ( interpolation )

function three.KeyframeTrack.prototype.shift ( timeOffset )

function three.KeyframeTrack.prototype.trim ( startTime, endTime )

function three.KeyframeTrack.prototype.validate ()

function three.KeyframeTrack.toJSON ( track )

function three.LOD ()

function three.LOD.prototype.addLevel ( object, distance )

function three.LOD.prototype.copy ( source )

function three.LOD.prototype.getObjectForDistance ( distance )

function three.LOD.prototype.raycast ( raycaster, intersects )

function three.LOD.prototype.toJSON ( meta )

function three.LOD.prototype.update ( camera )

function three.LatheBufferGeometry ( points, segments, phiStart, phiLength )

function three.LatheGeometry ( points, segments, phiStart, phiLength )

function three.Layers ()

function three.Layers.prototype.disable ( channel )

function three.Layers.prototype.enable ( channel )

function three.Layers.prototype.set ( channel )

function three.Layers.prototype.test ( layers )

function three.Layers.prototype.toggle ( channel )

function three.LensFlare ( texture, size, distance, blending, color )

function three.LensFlare.prototype.add ( texture, size, distance, blending, color, opacity )

function three.LensFlare.prototype.copy ( source )

function three.LensFlare.prototype.updateLensFlares ()

function three.Light ( color, intensity )

function three.Light.prototype.copy ( source )

function three.Light.prototype.toJSON ( meta )

function three.LightShadow ( camera )

function three.LightShadow.prototype.clone ()

function three.LightShadow.prototype.copy ( source )

function three.LightShadow.prototype.toJSON ()

function three.Line ( geometry, material, mode )

function three.Line.prototype.clone ()

function three.Line.prototype.raycast ( raycaster, intersects )

function three.Line3 ( start, end )

function three.Line3.prototype.applyMatrix4 ( matrix )

function three.Line3.prototype.at ( t, optionalTarget )

function three.Line3.prototype.center ( optionalTarget )

function three.Line3.prototype.clone ()

function three.Line3.prototype.closestPointToPoint ( point, clampToLine, optionalTarget )

function three.Line3.prototype.closestPointToPointParameter ( point, clampToLine )

function three.Line3.prototype.copy ( line )

function three.Line3.prototype.delta ( optionalTarget )

function three.Line3.prototype.distance ()

function three.Line3.prototype.distanceSq ()

function three.Line3.prototype.equals ( line )

function three.Line3.prototype.getCenter ( optionalTarget )

function three.Line3.prototype.set ( start, end )

function three.LineBasicMaterial ( parameters )

function three.LineBasicMaterial.prototype.copy ( source )

function three.LineCurve ( v1, v2 )

function three.LineCurve.prototype.getPoint ( t )

function three.LineCurve.prototype.getPointAt ( u )

function three.LineCurve.prototype.getTangent ( t )

function three.LineCurve3 ( v1, v2 )

function three.LineCurve3.prototype.getPoint ( t )

function three.LineDashedMaterial ( parameters )

function three.LineDashedMaterial.prototype.copy ( source )

function three.LineSegments ( geometry, material )

function three.LinearInterpolant ( parameterPositions, sampleValues, sampleSize, resultBuffer )

function three.LinearInterpolant.prototype.interpolate_ ( i1, t0, t, t1 )

function three.Loader ()

function three.Loader.prototype.createMaterial ( m, texturePath, crossOrigin )

function three.Loader.prototype.extractUrlBase ( url )

function three.Loader.prototype.initMaterials ( materials, texturePath, crossOrigin )

function three.LoadingManager ( onLoad, onProgress, onError )

function three.Material ()

function three.Material.prototype.clone ()

function three.Material.prototype.copy ( source )

function three.Material.prototype.dispose ()

function three.Material.prototype.setValues ( values )

function three.Material.prototype.toJSON ( meta )

function three.Material.prototype.update ()

function three.MaterialLoader ( manager )

function three.MaterialLoader.prototype.load ( url, onLoad, onProgress, onError )

function three.MaterialLoader.prototype.parse ( json )

function three.MaterialLoader.prototype.setTextures ( value )

function three.Math.clamp ( value, min, max )

function three.Math.degToRad ( degrees )

function three.Math.euclideanModulo ( n, m )

function three.Math.generateUUID ()

function three.Math.isPowerOfTwo ( value )

function three.Math.lerp ( x, y, t )

function three.Math.mapLinear ( x, a1, a2, b1, b2 )

function three.Math.nearestPowerOfTwo ( value )

function three.Math.nextPowerOfTwo ( value )

function three.Math.radToDeg ( radians )

function three.Math.randFloat ( low, high )

function three.Math.randFloatSpread ( range )

function three.Math.randInt ( low, high )

function three.Math.random16 ()

function three.Math.smootherstep ( x, min, max )

function three.Math.smoothstep ( x, min, max )

function three.Matrix3 ()

function three.Matrix3.prototype.applyToBuffer ( buffer, offset, length )

function three.Matrix3.prototype.applyToBufferAttribute ( attribute )

function three.Matrix3.prototype.applyToVector3Array ( array, offset, length )

function three.Matrix3.prototype.clone ()

function three.Matrix3.prototype.copy ( m )

function three.Matrix3.prototype.determinant ()

function three.Matrix3.prototype.flattenToArrayOffset ( array, offset )

function three.Matrix3.prototype.fromArray ( array, offset )

function three.Matrix3.prototype.getInverse ( matrix, throwOnDegenerate )

function three.Matrix3.prototype.getNormalMatrix ( matrix4 )

function three.Matrix3.prototype.identity ()

function three.Matrix3.prototype.multiplyScalar ( s )

function three.Matrix3.prototype.multiplyVector3 ( vector )

function three.Matrix3.prototype.multiplyVector3Array ( a )

function three.Matrix3.prototype.set ( n11, n12, n13, n21, n22, n23, n31, n32, n33 )

function three.Matrix3.prototype.setFromMatrix4 ( m )

function three.Matrix3.prototype.toArray ( array, offset )

function three.Matrix3.prototype.transpose ()

function three.Matrix3.prototype.transposeIntoArray ( r )

function three.Matrix4 ()

function three.Matrix4.prototype.applyToBuffer ( buffer, offset, length )

function three.Matrix4.prototype.applyToBufferAttribute ( attribute )

function three.Matrix4.prototype.applyToVector3Array ( array, offset, length )

function three.Matrix4.prototype.clone ()

function three.Matrix4.prototype.compose ( position, quaternion, scale )

function three.Matrix4.prototype.copy ( m )

function three.Matrix4.prototype.copyPosition ( m )

function three.Matrix4.prototype.crossVector ( vector )

function three.Matrix4.prototype.decompose ( position, quaternion, scale )

function three.Matrix4.prototype.determinant ()

function three.Matrix4.prototype.equals ( matrix )

function three.Matrix4.prototype.extractBasis ( xAxis, yAxis, zAxis )

function three.Matrix4.prototype.extractPosition ( m )

function three.Matrix4.prototype.extractRotation ( m )

function three.Matrix4.prototype.flattenToArrayOffset ( array, offset )

function three.Matrix4.prototype.fromArray ( array, offset )

function three.Matrix4.prototype.getInverse ( m, throwOnDegenerate )

function three.Matrix4.prototype.getMaxScaleOnAxis ()

function three.Matrix4.prototype.getPosition ()

function three.Matrix4.prototype.identity ()

function three.Matrix4.prototype.lookAt ( eye, target, up )

function three.Matrix4.prototype.makeBasis ( xAxis, yAxis, zAxis )

function three.Matrix4.prototype.makeFrustum ( left, right, bottom, top, near, far )

function three.Matrix4.prototype.makeOrthographic ( left, right, top, bottom, near, far )

function three.Matrix4.prototype.makePerspective ( left, right, top, bottom, near, far )

function three.Matrix4.prototype.makeRotationAxis ( axis, angle )

function three.Matrix4.prototype.makeRotationFromEuler ( euler )

function three.Matrix4.prototype.makeRotationFromQuaternion ( q )

function three.Matrix4.prototype.makeRotationX ( theta )

function three.Matrix4.prototype.makeRotationY ( theta )

function three.Matrix4.prototype.makeRotationZ ( theta )

function three.Matrix4.prototype.makeScale ( x, y, z )

function three.Matrix4.prototype.makeShear ( x, y, z )

function three.Matrix4.prototype.makeTranslation ( x, y, z )

function three.Matrix4.prototype.multiply ( m, n )

function three.Matrix4.prototype.multiplyMatrices ( a, b )

function three.Matrix4.prototype.multiplyScalar ( s )

function three.Matrix4.prototype.multiplyToArray ( a, b, r )

function three.Matrix4.prototype.multiplyVector3 ( vector )

function three.Matrix4.prototype.multiplyVector3Array ( a )

function three.Matrix4.prototype.multiplyVector4 ( vector )

function three.Matrix4.prototype.premultiply ( m )

function three.Matrix4.prototype.rotateAxis ( v )

function three.Matrix4.prototype.rotateByAxis ()

function three.Matrix4.prototype.rotateX ()

function three.Matrix4.prototype.rotateY ()

function three.Matrix4.prototype.rotateZ ()

function three.Matrix4.prototype.scale ( v )

function three.Matrix4.prototype.set ( n11, n12, n13, n14, n21, n22, n23, n24, n31, n32, n33, n34, n41, n42, n43, n44 )

function three.Matrix4.prototype.setPosition ( v )

function three.Matrix4.prototype.setRotationFromQuaternion ( q )

function three.Matrix4.prototype.toArray ( array, offset )

function three.Matrix4.prototype.translate ()

function three.Matrix4.prototype.transpose ()

function three.Mesh ( geometry, material )

function three.Mesh.prototype.clone ()

function three.Mesh.prototype.copy ( source )

function three.Mesh.prototype.raycast ( raycaster, intersects )

function three.Mesh.prototype.setDrawMode ( value )

function three.Mesh.prototype.updateMorphTargets ()

function three.MeshBasicMaterial ( parameters )

function three.MeshBasicMaterial.prototype.copy ( source )

function three.MeshDepthMaterial ( parameters )

function three.MeshDepthMaterial.prototype.copy ( source )

function three.MeshFaceMaterial ( materials )

function three.MeshLambertMaterial ( parameters )

function three.MeshLambertMaterial.prototype.copy ( source )

function three.MeshNormalMaterial ( parameters )

function three.MeshNormalMaterial.prototype.copy ( source )

function three.MeshPhongMaterial ( parameters )

function three.MeshPhongMaterial.prototype.copy ( source )

function three.MeshPhysicalMaterial ( parameters )

function three.MeshPhysicalMaterial.prototype.copy ( source )

function three.MeshStandardMaterial ( parameters )

function three.MeshStandardMaterial.prototype.copy ( source )

function three.MeshToonMaterial ( parameters )

function three.MeshToonMaterial.prototype.copy ( source )

function three.MorphBlendMesh ( geometry, material )

function three.MorphBlendMesh.prototype.autoCreateAnimations ( fps )

function three.MorphBlendMesh.prototype.createAnimation ( name, start, end, fps )

function three.MorphBlendMesh.prototype.getAnimationDuration ( name )

function three.MorphBlendMesh.prototype.getAnimationTime ( name )

function three.MorphBlendMesh.prototype.playAnimation ( name )

function three.MorphBlendMesh.prototype.setAnimationDirectionBackward ( name )

function three.MorphBlendMesh.prototype.setAnimationDirectionForward ( name )

function three.MorphBlendMesh.prototype.setAnimationDuration ( name, duration )

function three.MorphBlendMesh.prototype.setAnimationFPS ( name, fps )

function three.MorphBlendMesh.prototype.setAnimationTime ( name, time )

function three.MorphBlendMesh.prototype.setAnimationWeight ( name, weight )

function three.MorphBlendMesh.prototype.stopAnimation ( name )

function three.MorphBlendMesh.prototype.update ( delta )

function three.MultiMaterial ( materials )

function three.MultiMaterial.prototype.clone ()

function three.MultiMaterial.prototype.toJSON ( meta )

function three.NumberKeyframeTrack ( name, times, values, interpolation )

function three.Object3D ()

function three.Object3D.prototype.add ( object )

function three.Object3D.prototype.applyMatrix ( matrix )

function three.Object3D.prototype.clone ( recursive )

function three.Object3D.prototype.copy ( source, recursive )

function three.Object3D.prototype.getChildByName ( name )

function three.Object3D.prototype.getObjectById ( id )

function three.Object3D.prototype.getObjectByName ( name )

function three.Object3D.prototype.getObjectByProperty ( name, value )

function three.Object3D.prototype.getWorldDirection ( optionalTarget )

function three.Object3D.prototype.getWorldPosition ( optionalTarget )

function three.Object3D.prototype.getWorldQuaternion ( optionalTarget )

function three.Object3D.prototype.getWorldRotation ( optionalTarget )

function three.Object3D.prototype.getWorldScale ( optionalTarget )

function three.Object3D.prototype.localToWorld ( vector )

function three.Object3D.prototype.lookAt ( vector )

function three.Object3D.prototype.raycast ()

function three.Object3D.prototype.remove ( object )

function three.Object3D.prototype.renderDepth ()

function three.Object3D.prototype.rotateOnAxis ( axis, angle )

function three.Object3D.prototype.rotateX ( angle )

function three.Object3D.prototype.rotateY ( angle )

function three.Object3D.prototype.rotateZ ( angle )

function three.Object3D.prototype.setRotationFromAxisAngle ( axis, angle )

function three.Object3D.prototype.setRotationFromEuler ( euler )

function three.Object3D.prototype.setRotationFromMatrix ( m )

function three.Object3D.prototype.setRotationFromQuaternion ( q )

function three.Object3D.prototype.toJSON ( meta )

function three.Object3D.prototype.translate ( distance, axis )

function three.Object3D.prototype.translateOnAxis ( axis, distance )

function three.Object3D.prototype.translateX ( distance )

function three.Object3D.prototype.translateY ( distance )

function three.Object3D.prototype.translateZ ( distance )

function three.Object3D.prototype.traverse ( callback )

function three.Object3D.prototype.traverseAncestors ( callback )

function three.Object3D.prototype.traverseVisible ( callback )

function three.Object3D.prototype.updateMatrix ()

function three.Object3D.prototype.updateMatrixWorld ( force )

function three.Object3D.prototype.worldToLocal ( vector )

function three.ObjectLoader ( manager )

function three.ObjectLoader.prototype.load ( url, onLoad, onProgress, onError )

function three.ObjectLoader.prototype.parse ( json, onLoad )

function three.ObjectLoader.prototype.parseAnimations ( json )

function three.ObjectLoader.prototype.parseGeometries ( json )

function three.ObjectLoader.prototype.parseImages ( json, onLoad )

function three.ObjectLoader.prototype.parseMaterials ( json, textures )

function three.ObjectLoader.prototype.parseObject ( data, geometries, materials )

function three.ObjectLoader.prototype.parseTextures ( json, images )

function three.ObjectLoader.prototype.setCrossOrigin ( value )

function three.ObjectLoader.prototype.setTexturePath ( value )

function three.OctahedronBufferGeometry ( radius, detail )

function three.OctahedronGeometry ( radius, detail )

function three.OrthographicCamera ( left, right, top, bottom, near, far )

function three.OrthographicCamera.prototype.clearViewOffset ()

function three.OrthographicCamera.prototype.copy ( source )

function three.OrthographicCamera.prototype.setViewOffset ( fullWidth, fullHeight, x, y, width, height )

function three.OrthographicCamera.prototype.toJSON ( meta )

function three.OrthographicCamera.prototype.updateProjectionMatrix ()

function three.ParametricBufferGeometry ( func, slices, stacks )

function three.ParametricGeometry ( func, slices, stacks )

function three.Particle ( material )

function three.ParticleBasicMaterial ( parameters )

function three.ParticleSystem ( geometry, material )

function three.ParticleSystemMaterial ( parameters )

function three.Path ( points )

function three.Path.prototype.absarc ( aX, aY, aRadius, aStartAngle, aEndAngle, aClockwise )

function three.Path.prototype.absellipse ( aX, aY, xRadius, yRadius, aStartAngle, aEndAngle, aClockwise, aRotation )

function three.Path.prototype.arc ( aX, aY, aRadius, aStartAngle, aEndAngle, aClockwise )

function three.Path.prototype.bezierCurveTo ( aCP1x, aCP1y, aCP2x, aCP2y, aX, aY )

function three.Path.prototype.ellipse ( aX, aY, xRadius, yRadius, aStartAngle, aEndAngle, aClockwise, aRotation )

function three.Path.prototype.fromPoints ( vectors )

function three.Path.prototype.lineTo ( x, y )

function three.Path.prototype.moveTo ( x, y )

function three.Path.prototype.quadraticCurveTo ( aCPx, aCPy, aX, aY )

function three.Path.prototype.splineThru ( pts)

function three.PerspectiveCamera ( fov, aspect, near, far )

function three.PerspectiveCamera.prototype.clearViewOffset ()

function three.PerspectiveCamera.prototype.copy ( source )

function three.PerspectiveCamera.prototype.getEffectiveFOV ()

function three.PerspectiveCamera.prototype.getFilmHeight ()

function three.PerspectiveCamera.prototype.getFilmWidth ()

function three.PerspectiveCamera.prototype.getFocalLength ()

function three.PerspectiveCamera.prototype.setFocalLength ( focalLength )

function three.PerspectiveCamera.prototype.setLens ( focalLength, filmGauge )

function three.PerspectiveCamera.prototype.setViewOffset ( fullWidth, fullHeight, x, y, width, height )

function three.PerspectiveCamera.prototype.toJSON ( meta )

function three.PerspectiveCamera.prototype.updateProjectionMatrix ()

function three.Plane ( normal, constant )

function three.Plane.prototype.applyMatrix4 ( matrix, optionalNormalMatrix )

function three.Plane.prototype.clone ()

function three.Plane.prototype.coplanarPoint ( optionalTarget )

function three.Plane.prototype.copy ( plane )

function three.Plane.prototype.distanceToPoint ( point )

function three.Plane.prototype.distanceToSphere ( sphere )

function three.Plane.prototype.equals ( plane )

function three.Plane.prototype.intersectLine ( line, optionalTarget )

function three.Plane.prototype.intersectsBox ( box )

function three.Plane.prototype.intersectsLine ( line )

function three.Plane.prototype.intersectsSphere ( sphere )

function three.Plane.prototype.isIntersectionLine ( line )

function three.Plane.prototype.negate ()

function three.Plane.prototype.normalize ()

function three.Plane.prototype.orthoPoint ( point, optionalTarget )

function three.Plane.prototype.projectPoint ( point, optionalTarget )

function three.Plane.prototype.set ( normal, constant )

function three.Plane.prototype.setComponents ( x, y, z, w )

function three.Plane.prototype.setFromCoplanarPoints ( a, b, c )

function three.Plane.prototype.setFromNormalAndCoplanarPoint ( normal, point )

function three.Plane.prototype.translate ( offset )

function three.PlaneBufferGeometry ( width, height, widthSegments, heightSegments )

function three.PlaneGeometry ( width, height, widthSegments, heightSegments )

function three.PointCloud ( geometry, material )

function three.PointCloudMaterial ( parameters )

function three.PointLight ( color, intensity, distance, decay )

function three.PointLight.prototype.copy ( source )

function three.PointLightHelper ( light, sphereSize )

function three.PointLightHelper.prototype.dispose ()

function three.PointLightHelper.prototype.update ()

function three.Points ( geometry, material )

function three.Points.prototype.clone ()

function three.Points.prototype.raycast ( raycaster, intersects )

function three.PointsMaterial ( parameters )

function three.PointsMaterial.prototype.copy ( source )

function three.PolarGridHelper ( radius, radials, circles, divisions, color1, color2 )

function three.PolyhedronBufferGeometry ( vertices, indices, radius, detail )

function three.PolyhedronGeometry ( vertices, indices, radius, detail )

function three.PositionalAudio ( listener )

function three.PositionalAudio.prototype.getDistanceModel ()

function three.PositionalAudio.prototype.getMaxDistance ()

function three.PositionalAudio.prototype.getOutput ()

function three.PositionalAudio.prototype.getRefDistance ()

function three.PositionalAudio.prototype.getRolloffFactor ()

function three.PositionalAudio.prototype.setDistanceModel ( value )

function three.PositionalAudio.prototype.setMaxDistance ( value )

function three.PositionalAudio.prototype.setRefDistance ( value )

function three.PositionalAudio.prototype.setRolloffFactor ( value )

function three.PositionalAudio.prototype.updateMatrixWorld ( force )

function three.Projector ()

function three.PropertyBinding ( rootNode, path, parsedPath )

function three.PropertyBinding.Composite ( targetGroup, path, optionalParsedPath )

function three.PropertyBinding.Composite.prototype.bind ()

function three.PropertyBinding.Composite.prototype.getValue ( array, offset )

function three.PropertyBinding.Composite.prototype.setValue ( array, offset )

function three.PropertyBinding.Composite.prototype.unbind ()

function three.PropertyBinding.create ( root, path, parsedPath )

function three.PropertyBinding.findNode ( root, nodeName )

function three.PropertyBinding.parseTrackName ( trackName )

function three.PropertyBinding.prototype._getValue_unavailable ()

function three.PropertyBinding.prototype._setValue_unavailable ()

function three.PropertyBinding.prototype.bind ()

function three.PropertyBinding.prototype.getValue ( targetArray, offset )

function three.PropertyBinding.prototype.setValue ( sourceArray, offset )

function three.PropertyBinding.prototype.unbind ()

function three.PropertyMixer ( binding, typeName, valueSize )

function three.PropertyMixer.prototype._lerp ( buffer, dstOffset, srcOffset, t, stride )

function three.PropertyMixer.prototype._select ( buffer, dstOffset, srcOffset, t, stride )

function three.PropertyMixer.prototype._slerp ( buffer, dstOffset, srcOffset, t, stride )

function three.PropertyMixer.prototype.accumulate ( accuIndex, weight )

function three.PropertyMixer.prototype.apply ( accuIndex )

function three.PropertyMixer.prototype.restoreOriginalState ()

function three.PropertyMixer.prototype.saveOriginalState ()

function three.QuadraticBezierCurve ( v0, v1, v2 )

function three.QuadraticBezierCurve.prototype.getPoint ( t )

function three.QuadraticBezierCurve3 ( v0, v1, v2 )

function three.QuadraticBezierCurve3.prototype.getPoint ( t )

function three.Quaternion ( x, y, z, w )

function three.Quaternion.prototype.clone ()

function three.Quaternion.prototype.conjugate ()

function three.Quaternion.prototype.copy ( quaternion )

function three.Quaternion.prototype.dot ( v )

function three.Quaternion.prototype.equals ( quaternion )

function three.Quaternion.prototype.fromArray ( array, offset )

function three.Quaternion.prototype.inverse ()

function three.Quaternion.prototype.length ()

function three.Quaternion.prototype.lengthSq ()

function three.Quaternion.prototype.multiply ( q, p )

function three.Quaternion.prototype.multiplyQuaternions ( a, b )

function three.Quaternion.prototype.multiplyVector3 ( vector )

function three.Quaternion.prototype.normalize ()

function three.Quaternion.prototype.onChange ( callback )

function three.Quaternion.prototype.onChangeCallback ()

function three.Quaternion.prototype.premultiply ( q )

function three.Quaternion.prototype.set ( x, y, z, w )

function three.Quaternion.prototype.setFromAxisAngle ( axis, angle )

function three.Quaternion.prototype.setFromEuler ( euler, update )

function three.Quaternion.prototype.setFromRotationMatrix ( m )

function three.Quaternion.prototype.setFromUnitVectors ( vFrom, vTo )

function three.Quaternion.prototype.slerp ( qb, t )

function three.Quaternion.prototype.toArray ( array, offset )

function three.Quaternion.slerp ( qa, qb, qm, t )

function three.Quaternion.slerpFlat ( dst, dstOffset, src0, srcOffset0, src1, srcOffset1, t )

function three.QuaternionKeyframeTrack ( name, times, values, interpolation )

function three.QuaternionKeyframeTrack.prototype.InterpolantFactoryMethodLinear ( result )

function three.QuaternionLinearInterpolant ( parameterPositions, sampleValues, sampleSize, resultBuffer )

function three.QuaternionLinearInterpolant.prototype.interpolate_ ( i1, t0, t, t1 )

function three.RawShaderMaterial ( parameters )

function three.Ray ( origin, direction )

function three.Ray.prototype.applyMatrix4 ( matrix4 )

function three.Ray.prototype.at ( t, optionalTarget )

function three.Ray.prototype.clone ()

function three.Ray.prototype.closestPointToPoint ( point, optionalTarget )

function three.Ray.prototype.copy ( ray )

function three.Ray.prototype.distanceSqToPoint ( point )

function three.Ray.prototype.distanceSqToSegment ( v0, v1, optionalPointOnRay, optionalPointOnSegment )

function three.Ray.prototype.distanceToPlane ( plane )

function three.Ray.prototype.distanceToPoint ( point )

function three.Ray.prototype.equals ( ray )

function three.Ray.prototype.intersectBox ( box, optionalTarget )

function three.Ray.prototype.intersectPlane ( plane, optionalTarget )

function three.Ray.prototype.intersectSphere ( sphere, optionalTarget )

function three.Ray.prototype.intersectTriangle ( a, b, c, backfaceCulling, optionalTarget )

function three.Ray.prototype.intersectsBox ( box )

function three.Ray.prototype.intersectsPlane ( plane )

function three.Ray.prototype.intersectsSphere ( sphere )

function three.Ray.prototype.isIntersectionBox ( box )

function three.Ray.prototype.isIntersectionPlane ( plane )

function three.Ray.prototype.isIntersectionSphere ( sphere )

function three.Ray.prototype.lookAt ( v )

function three.Ray.prototype.recast ( t )

function three.Ray.prototype.set ( origin, direction )

function three.Raycaster ( origin, direction, near, far )

function three.Raycaster.prototype.intersectObject ( object, recursive )

function three.Raycaster.prototype.intersectObjects ( objects, recursive )

function three.Raycaster.prototype.set ( origin, direction )

function three.Raycaster.prototype.setFromCamera ( coords, camera )

function three.RectAreaLight ( color, intensity, width, height )

function three.RectAreaLight.prototype.copy ( source )

function three.RectAreaLightHelper ( light )

function three.RectAreaLightHelper.prototype.dispose ()

function three.RectAreaLightHelper.prototype.update ()

function three.RingBufferGeometry ( innerRadius, outerRadius, thetaSegments, phiSegments, thetaStart, thetaLength )

function three.RingGeometry ( innerRadius, outerRadius, thetaSegments, phiSegments, thetaStart, thetaLength )

function three.Scene ()

function three.Scene.prototype.copy ( source, recursive )

function three.Scene.prototype.toJSON ( meta )

function three.SceneUtils.attach ( child, scene, parent )

function three.SceneUtils.createMultiMaterialObject ( geometry, materials )

function three.SceneUtils.detach ( child, parent, scene )

function three.ShaderMaterial ( parameters )

function three.ShaderMaterial.prototype.copy ( source )

function three.ShaderMaterial.prototype.toJSON ( meta )

function three.ShadowMaterial ()

function three.Shape ()

function three.Shape.prototype.extractAllPoints ( divisions )

function three.Shape.prototype.extractPoints ( divisions )

function three.Shape.prototype.extrude ( options )

function three.Shape.prototype.getPointsHoles ( divisions )

function three.Shape.prototype.makeGeometry ( options )

function three.ShapeBufferGeometry ( shapes, curveSegments )

function three.ShapeGeometry ( shapes, curveSegments )

function three.ShapePath ()

function three.ShapePath.prototype.bezierCurveTo ( aCP1x, aCP1y, aCP2x, aCP2y, aX, aY )

function three.ShapePath.prototype.lineTo ( x, y )

function three.ShapePath.prototype.moveTo ( x, y )

function three.ShapePath.prototype.quadraticCurveTo ( aCPx, aCPy, aX, aY )

function three.ShapePath.prototype.splineThru ( pts )

function three.ShapePath.prototype.toShapes ( isCCW, noHoles )

function three.ShapeUtils.area ( contour )

function three.ShapeUtils.isClockWise ( pts )

function three.ShapeUtils.triangulate ( contour, indices )

function three.ShapeUtils.triangulateShape ( contour, holes )

function three.Skeleton ( bones, boneInverses, useVertexTexture )

function three.Skeleton.prototype.calculateInverses ()

function three.Skeleton.prototype.clone ()

function three.Skeleton.prototype.pose ()

function three.Skeleton.prototype.update ()

function three.SkeletonHelper ( object )

function three.SkeletonHelper.prototype.getBoneList ( object )

function three.SkeletonHelper.prototype.update ()

function three.SkinnedMesh ( geometry, material, useVertexTexture )

function three.SkinnedMesh.prototype.bind ( skeleton, bindMatrix )

function three.SkinnedMesh.prototype.clone ()

function three.SkinnedMesh.prototype.normalizeSkinWeights ()

function three.SkinnedMesh.prototype.pose ()

function three.SkinnedMesh.prototype.updateMatrixWorld ( force )

function three.Sphere ( center, radius )

function three.Sphere.prototype.applyMatrix4 ( matrix )

function three.Sphere.prototype.clampPoint ( point, optionalTarget )

function three.Sphere.prototype.clone ()

function three.Sphere.prototype.containsPoint ( point )

function three.Sphere.prototype.copy ( sphere )

function three.Sphere.prototype.distanceToPoint ( point )

function three.Sphere.prototype.empty ()

function three.Sphere.prototype.equals ( sphere )

function three.Sphere.prototype.getBoundingBox ( optionalTarget )

function three.Sphere.prototype.intersectsBox ( box )

function three.Sphere.prototype.intersectsPlane ( plane )

function three.Sphere.prototype.intersectsSphere ( sphere )

function three.Sphere.prototype.set ( center, radius )

function three.Sphere.prototype.setFromPoints ( points, optionalCenter )

function three.Sphere.prototype.translate ( offset )

function three.SphereBufferGeometry ( radius, widthSegments, heightSegments, phiStart, phiLength, thetaStart, thetaLength )

function three.SphereGeometry ( radius, widthSegments, heightSegments, phiStart, phiLength, thetaStart, thetaLength )

function three.Spherical ( radius, phi, theta )

function three.Spherical.prototype.clone ()

function three.Spherical.prototype.copy ( other )

function three.Spherical.prototype.makeSafe ()

function three.Spherical.prototype.set ( radius, phi, theta )

function three.Spherical.prototype.setFromVector3 ( vec3 )

function three.Spline ( points )

function three.Spline.prototype.getControlPointsArray ( optionalTarget )

function three.Spline.prototype.initFromArray ( a )

function three.Spline.prototype.reparametrizeByArcLength ( samplingCoef )

function three.SplineCurve ( points)

function three.SplineCurve.prototype.getPoint ( t )

function three.SplineCurve3 ( points )

function three.SpotLight ( color, intensity, distance, angle, penumbra, decay )

function three.SpotLight.prototype.copy ( source )

function three.SpotLightHelper ( light )

function three.SpotLightHelper.prototype.dispose ()

function three.SpotLightHelper.prototype.update ()

function three.SpotLightShadow ()

function three.SpotLightShadow.prototype.update ( light )

function three.Sprite ( material )

function three.Sprite.prototype.clone ()

function three.Sprite.prototype.raycast ( raycaster, intersects )

function three.SpriteMaterial ( parameters )

function three.SpriteMaterial.prototype.copy ( source )

function three.StereoCamera ()

function three.StereoCamera.prototype.update ( camera )

function three.StringKeyframeTrack ( name, times, values, interpolation )

function three.TetrahedronBufferGeometry ( radius, detail )

function three.TetrahedronGeometry ( radius, detail )

function three.TextGeometry ( text, parameters )

function three.Texture ( image, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy, encoding )

function three.Texture.prototype.clone ()

function three.Texture.prototype.copy ( source )

function three.Texture.prototype.dispose ()

function three.Texture.prototype.toJSON ( meta )

function three.Texture.prototype.transformUv ( uv )

function three.TextureLoader ( manager )

function three.TextureLoader.prototype.load ( url, onLoad, onProgress, onError )

function three.TextureLoader.prototype.setCrossOrigin ( value )

function three.TextureLoader.prototype.setPath ( value )

function three.TorusBufferGeometry ( radius, tube, radialSegments, tubularSegments, arc )

function three.TorusGeometry ( radius, tube, radialSegments, tubularSegments, arc )

function three.TorusKnotBufferGeometry ( radius, tube, tubularSegments, radialSegments, p, q )

function three.TorusKnotGeometry ( radius, tube, tubularSegments, radialSegments, p, q, heightScale )

function three.Triangle ( a, b, c )

function three.Triangle.barycoordFromPoint ( point, a, b, c, optionalTarget )

function three.Triangle.containsPoint ( point, a, b, c )

function three.Triangle.normal ( a, b, c, optionalTarget )

function three.Triangle.prototype.area ()

function three.Triangle.prototype.barycoordFromPoint ( point, optionalTarget )

function three.Triangle.prototype.clone ()

function three.Triangle.prototype.closestPointToPoint ( point, optionalTarget )

function three.Triangle.prototype.containsPoint ( point )

function three.Triangle.prototype.copy ( triangle )

function three.Triangle.prototype.equals ( triangle )

function three.Triangle.prototype.midpoint ( optionalTarget )

function three.Triangle.prototype.normal ( optionalTarget )

function three.Triangle.prototype.plane ( optionalTarget )

function three.Triangle.prototype.set ( a, b, c )

function three.Triangle.prototype.setFromPointsAndIndices ( points, i0, i1, i2 )

function three.TubeBufferGeometry ( path, tubularSegments, radius, radialSegments, closed )

function three.TubeGeometry ( path, tubularSegments, radius, radialSegments, closed, taper )

function three.Uint16Attribute ( array, itemSize )

function three.Uint16BufferAttribute ( array, itemSize )

function three.Uint32Attribute ( array, itemSize )

function three.Uint32BufferAttribute ( array, itemSize )

function three.Uint8Attribute ( array, itemSize )

function three.Uint8BufferAttribute ( array, itemSize )

function three.Uint8ClampedAttribute ( array, itemSize )

function three.Uint8ClampedBufferAttribute ( array, itemSize )

function three.Uniform ( value )

function three.Uniform.prototype.clone ()

function three.UniformsUtils.clone ( uniforms_src )

function three.UniformsUtils.merge ( uniforms )

function three.Vector2 ( x, y )

function three.Vector2.prototype.add ( v, w )

function three.Vector2.prototype.addScalar ( s )

function three.Vector2.prototype.addScaledVector ( v, s )

function three.Vector2.prototype.addVectors ( a, b )

function three.Vector2.prototype.angle ()

function three.Vector2.prototype.ceil ()

function three.Vector2.prototype.clamp ( min, max )

function three.Vector2.prototype.clampLength ( min, max )

function three.Vector2.prototype.clampScalar ( minVal, maxVal )

function three.Vector2.prototype.clone ()

function three.Vector2.prototype.copy ( v )

function three.Vector2.prototype.distanceTo ( v )

function three.Vector2.prototype.distanceToManhattan ( v )

function three.Vector2.prototype.distanceToSquared ( v )

function three.Vector2.prototype.divide ( v )

function three.Vector2.prototype.divideScalar ( scalar )

function three.Vector2.prototype.dot ( v )

function three.Vector2.prototype.equals ( v )

function three.Vector2.prototype.floor ()

function three.Vector2.prototype.fromArray ( array, offset )

function three.Vector2.prototype.fromAttribute ( attribute, index, offset )

function three.Vector2.prototype.fromBufferAttribute ( attribute, index, offset )

function three.Vector2.prototype.getComponent ( index )

function three.Vector2.prototype.length ()

function three.Vector2.prototype.lengthManhattan ()

function three.Vector2.prototype.lengthSq ()

function three.Vector2.prototype.lerp ( v, alpha )

function three.Vector2.prototype.lerpVectors ( v1, v2, alpha )

function three.Vector2.prototype.max ( v )

function three.Vector2.prototype.min ( v )

function three.Vector2.prototype.multiply ( v )

function three.Vector2.prototype.multiplyScalar ( scalar )

function three.Vector2.prototype.negate ()

function three.Vector2.prototype.normalize ()

function three.Vector2.prototype.rotateAround ( center, angle )

function three.Vector2.prototype.round ()

function three.Vector2.prototype.roundToZero ()

function three.Vector2.prototype.set ( x, y )

function three.Vector2.prototype.setComponent ( index, value )

function three.Vector2.prototype.setLength ( length )

function three.Vector2.prototype.setScalar ( scalar )

function three.Vector2.prototype.setX ( x )

function three.Vector2.prototype.setY ( y )

function three.Vector2.prototype.sub ( v, w )

function three.Vector2.prototype.subScalar ( s )

function three.Vector2.prototype.subVectors ( a, b )

function three.Vector2.prototype.toArray ( array, offset )

function three.Vector3 ( x, y, z )

function three.Vector3.prototype.add ( v, w )

function three.Vector3.prototype.addScalar ( s )

function three.Vector3.prototype.addScaledVector ( v, s )

function three.Vector3.prototype.addVectors ( a, b )

function three.Vector3.prototype.angleTo ( v )

function three.Vector3.prototype.applyAxisAngle ( axis, angle )

function three.Vector3.prototype.applyEuler ( euler )

function three.Vector3.prototype.applyMatrix3 ( m )

function three.Vector3.prototype.applyMatrix4 ( m )

function three.Vector3.prototype.applyProjection ( m )

function three.Vector3.prototype.applyQuaternion ( q )

function three.Vector3.prototype.ceil ()

function three.Vector3.prototype.clamp ( min, max )

function three.Vector3.prototype.clampLength ( min, max )

function three.Vector3.prototype.clampScalar ( minVal, maxVal )

function three.Vector3.prototype.clone ()

function three.Vector3.prototype.copy ( v )

function three.Vector3.prototype.cross ( v, w )

function three.Vector3.prototype.crossVectors ( a, b )

function three.Vector3.prototype.distanceTo ( v )

function three.Vector3.prototype.distanceToManhattan ( v )

function three.Vector3.prototype.distanceToSquared ( v )

function three.Vector3.prototype.divide ( v )

function three.Vector3.prototype.divideScalar ( scalar )

function three.Vector3.prototype.dot ( v )

function three.Vector3.prototype.equals ( v )

function three.Vector3.prototype.floor ()

function three.Vector3.prototype.fromArray ( array, offset )

function three.Vector3.prototype.fromAttribute ( attribute, index, offset )

function three.Vector3.prototype.fromBufferAttribute ( attribute, index, offset )

function three.Vector3.prototype.getColumnFromMatrix ( index, matrix )

function three.Vector3.prototype.getComponent ( index )

function three.Vector3.prototype.getPositionFromMatrix ( m )

function three.Vector3.prototype.getScaleFromMatrix ( m )

function three.Vector3.prototype.length ()

function three.Vector3.prototype.lengthManhattan ()

function three.Vector3.prototype.lengthSq ()

function three.Vector3.prototype.lerp ( v, alpha )

function three.Vector3.prototype.lerpVectors ( v1, v2, alpha )

function three.Vector3.prototype.max ( v )

function three.Vector3.prototype.min ( v )

function three.Vector3.prototype.multiply ( v, w )

function three.Vector3.prototype.multiplyScalar ( scalar )

function three.Vector3.prototype.multiplyVectors ( a, b )

function three.Vector3.prototype.negate ()

function three.Vector3.prototype.normalize ()

function three.Vector3.prototype.project ( camera )

function three.Vector3.prototype.projectOnPlane ( planeNormal )

function three.Vector3.prototype.projectOnVector ( vector )

function three.Vector3.prototype.reflect ( normal )

function three.Vector3.prototype.round ()

function three.Vector3.prototype.roundToZero ()

function three.Vector3.prototype.set ( x, y, z )

function three.Vector3.prototype.setComponent ( index, value )

function three.Vector3.prototype.setEulerFromQuaternion ()

function three.Vector3.prototype.setEulerFromRotationMatrix ()

function three.Vector3.prototype.setFromCylindrical ( c )

function three.Vector3.prototype.setFromMatrixColumn ( m, index )

function three.Vector3.prototype.setFromMatrixPosition ( m )

function three.Vector3.prototype.setFromMatrixScale ( m )

function three.Vector3.prototype.setFromSpherical ( s )

function three.Vector3.prototype.setLength ( length )

function three.Vector3.prototype.setScalar ( scalar )

function three.Vector3.prototype.setX ( x )

function three.Vector3.prototype.setY ( y )

function three.Vector3.prototype.setZ ( z )

function three.Vector3.prototype.sub ( v, w )

function three.Vector3.prototype.subScalar ( s )

function three.Vector3.prototype.subVectors ( a, b )

function three.Vector3.prototype.toArray ( array, offset )

function three.Vector3.prototype.transformDirection ( m )

function three.Vector3.prototype.unproject ( camera )

function three.Vector4 ( x, y, z, w )

function three.Vector4.prototype.add ( v, w )

function three.Vector4.prototype.addScalar ( s )

function three.Vector4.prototype.addScaledVector ( v, s )

function three.Vector4.prototype.addVectors ( a, b )

function three.Vector4.prototype.applyMatrix4 ( m )

function three.Vector4.prototype.ceil ()

function three.Vector4.prototype.clamp ( min, max )

function three.Vector4.prototype.clampScalar ( minVal, maxVal )

function three.Vector4.prototype.clone ()

function three.Vector4.prototype.copy ( v )

function three.Vector4.prototype.divideScalar ( scalar )

function three.Vector4.prototype.dot ( v )

function three.Vector4.prototype.equals ( v )

function three.Vector4.prototype.floor ()

function three.Vector4.prototype.fromArray ( array, offset )

function three.Vector4.prototype.fromAttribute ( attribute, index, offset )

function three.Vector4.prototype.fromBufferAttribute ( attribute, index, offset )

function three.Vector4.prototype.getComponent ( index )

function three.Vector4.prototype.length ()

function three.Vector4.prototype.lengthManhattan ()

function three.Vector4.prototype.lengthSq ()

function three.Vector4.prototype.lerp ( v, alpha )

function three.Vector4.prototype.lerpVectors ( v1, v2, alpha )

function three.Vector4.prototype.max ( v )

function three.Vector4.prototype.min ( v )

function three.Vector4.prototype.multiplyScalar ( scalar )

function three.Vector4.prototype.negate ()

function three.Vector4.prototype.normalize ()

function three.Vector4.prototype.round ()

function three.Vector4.prototype.roundToZero ()

function three.Vector4.prototype.set ( x, y, z, w )

function three.Vector4.prototype.setAxisAngleFromQuaternion ( q )

function three.Vector4.prototype.setAxisAngleFromRotationMatrix ( m )

function three.Vector4.prototype.setComponent ( index, value )

function three.Vector4.prototype.setLength ( length )

function three.Vector4.prototype.setScalar ( scalar )

function three.Vector4.prototype.setW ( w )

function three.Vector4.prototype.setX ( x )

function three.Vector4.prototype.setY ( y )

function three.Vector4.prototype.setZ ( z )

function three.Vector4.prototype.sub ( v, w )

function three.Vector4.prototype.subScalar ( s )

function three.Vector4.prototype.subVectors ( a, b )

function three.Vector4.prototype.toArray ( array, offset )

function three.VectorKeyframeTrack ( name, times, values, interpolation )

function three.Vertex ( x, y, z )

function three.VertexNormalsHelper ( object, size, hex, linewidth )

function three.VertexNormalsHelper.prototype.update ()

function three.VideoTexture ( video, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy )

function three.WebGLRenderTarget ( width, height, options )

function three.WebGLRenderTarget.prototype.clone ()

function three.WebGLRenderTarget.prototype.copy ( source )

function three.WebGLRenderTarget.prototype.dispose ()

function three.WebGLRenderTarget.prototype.setSize ( width, height )

function three.WebGLRenderTargetCube ( width, height, options )

function three.WebGLRenderer ( parameters )

function three.WebGLRenderer.prototype.addPostPlugin ()

function three.WebGLRenderer.prototype.addPrePlugin ()

function three.WebGLRenderer.prototype.enableScissorTest ( boolean )

function three.WebGLRenderer.prototype.initMaterial ()

function three.WebGLRenderer.prototype.supportsBlendMinMax ()

function three.WebGLRenderer.prototype.supportsCompressedTexturePVRTC ()

function three.WebGLRenderer.prototype.supportsCompressedTextureS3TC ()

function three.WebGLRenderer.prototype.supportsFloatTextures ()

function three.WebGLRenderer.prototype.supportsHalfFloatTextures ()

function three.WebGLRenderer.prototype.supportsInstancedArrays ()

function three.WebGLRenderer.prototype.supportsStandardDerivatives ()

function three.WebGLRenderer.prototype.supportsVertexTextures ()

function three.WebGLRenderer.prototype.updateShadowMap ()

function three.WireframeGeometry ( geometry )

function three.WireframeHelper ( object, hex )

function three.XHRLoader ( manager )

module three.AmbientLight

function three.AmbientLight ( color, intensity )

module three.AmbientLight.prototype

function three.AmbientLight.prototype.constructor ( color, intensity )

module three.AnimationClip

function three.AnimationClip ( name, duration, tracks )

function three.AnimationClip.CreateClipsFromMorphTargetSequences ( morphTargets, fps, noLoop )

function three.AnimationClip.CreateFromMorphTargetSequence ( name, morphTargetSequence, fps, noLoop )

function three.AnimationClip.findByName ( objectOrClipArray, name )

function three.AnimationClip.parse ( json )

function three.AnimationClip.parseAnimation ( animation, bones )

function three.AnimationClip.toJSON ( clip )

module three.AnimationClip.CreateClipsFromMorphTargetSequences

function three.AnimationClip.CreateClipsFromMorphTargetSequences ( morphTargets, fps, noLoop )

module three.AnimationClip.CreateFromMorphTargetSequence

function three.AnimationClip.CreateFromMorphTargetSequence ( name, morphTargetSequence, fps, noLoop )

module three.AnimationClip.findByName

function three.AnimationClip.findByName ( objectOrClipArray, name )

module three.AnimationClip.parse

function three.AnimationClip.parse ( json )

module three.AnimationClip.parseAnimation

function three.AnimationClip.parseAnimation ( animation, bones )

module three.AnimationClip.prototype

function three.AnimationClip.prototype.constructor ( name, duration, tracks )

function three.AnimationClip.prototype.optimize ()

function three.AnimationClip.prototype.resetDuration ()

function three.AnimationClip.prototype.trim ()

module three.AnimationClip.prototype.optimize

function three.AnimationClip.prototype.optimize ()

module three.AnimationClip.prototype.resetDuration

function three.AnimationClip.prototype.resetDuration ()

module three.AnimationClip.prototype.trim

function three.AnimationClip.prototype.trim ()

module three.AnimationClip.toJSON

function three.AnimationClip.toJSON ( clip )

module three.AnimationMixer

function three.AnimationMixer ( root )

module three.AnimationMixer.prototype

function three.AnimationMixer.prototype._activateAction ( action )

function three.AnimationMixer.prototype._addInactiveAction ( action, clipUuid, rootUuid )

function three.AnimationMixer.prototype._addInactiveBinding ( binding, rootUuid, trackName )

function three.AnimationMixer.prototype._bindAction ( action, prototypeAction )

function three.AnimationMixer.prototype._deactivateAction ( action )

function three.AnimationMixer.prototype._initMemoryManager ()

function three.AnimationMixer.prototype._isActiveAction ( action )

function three.AnimationMixer.prototype._lendAction ( action )

function three.AnimationMixer.prototype._lendBinding ( binding )

function three.AnimationMixer.prototype._lendControlInterpolant ()

function three.AnimationMixer.prototype._removeInactiveAction ( action )

function three.AnimationMixer.prototype._removeInactiveBinding ( binding )

function three.AnimationMixer.prototype._removeInactiveBindingsForAction ( action )

function three.AnimationMixer.prototype._takeBackAction ( action )

function three.AnimationMixer.prototype._takeBackBinding ( binding )

function three.AnimationMixer.prototype._takeBackControlInterpolant ( interpolant )

function three.AnimationMixer.prototype.addEventListener ( type, listener )

function three.AnimationMixer.prototype.clipAction ( clip, optionalRoot )

function three.AnimationMixer.prototype.constructor ( root )

function three.AnimationMixer.prototype.dispatchEvent ( event )

function three.AnimationMixer.prototype.existingAction ( clip, optionalRoot )

function three.AnimationMixer.prototype.getRoot ()

function three.AnimationMixer.prototype.hasEventListener ( type, listener )

function three.AnimationMixer.prototype.removeEventListener ( type, listener )

function three.AnimationMixer.prototype.stopAllAction ()

function three.AnimationMixer.prototype.uncacheAction ( clip, optionalRoot )

function three.AnimationMixer.prototype.uncacheClip ( clip )

function three.AnimationMixer.prototype.uncacheRoot ( root )

function three.AnimationMixer.prototype.update ( deltaTime )

module three.AnimationMixer.prototype._activateAction

function three.AnimationMixer.prototype._activateAction ( action )

module three.AnimationMixer.prototype._addInactiveAction

function three.AnimationMixer.prototype._addInactiveAction ( action, clipUuid, rootUuid )

module three.AnimationMixer.prototype._addInactiveBinding

function three.AnimationMixer.prototype._addInactiveBinding ( binding, rootUuid, trackName )

module three.AnimationMixer.prototype._bindAction

function three.AnimationMixer.prototype._bindAction ( action, prototypeAction )

module three.AnimationMixer.prototype._deactivateAction

function three.AnimationMixer.prototype._deactivateAction ( action )

module three.AnimationMixer.prototype._initMemoryManager

function three.AnimationMixer.prototype._initMemoryManager ()

module three.AnimationMixer.prototype._isActiveAction

function three.AnimationMixer.prototype._isActiveAction ( action )

module three.AnimationMixer.prototype._lendAction

function three.AnimationMixer.prototype._lendAction ( action )

module three.AnimationMixer.prototype._lendBinding

function three.AnimationMixer.prototype._lendBinding ( binding )

module three.AnimationMixer.prototype._lendControlInterpolant

function three.AnimationMixer.prototype._lendControlInterpolant ()

module three.AnimationMixer.prototype._removeInactiveAction

function three.AnimationMixer.prototype._removeInactiveAction ( action )

module three.AnimationMixer.prototype._removeInactiveBinding

function three.AnimationMixer.prototype._removeInactiveBinding ( binding )

module three.AnimationMixer.prototype._removeInactiveBindingsForAction

function three.AnimationMixer.prototype._removeInactiveBindingsForAction ( action )

module three.AnimationMixer.prototype._takeBackAction

function three.AnimationMixer.prototype._takeBackAction ( action )

module three.AnimationMixer.prototype._takeBackBinding

function three.AnimationMixer.prototype._takeBackBinding ( binding )

module three.AnimationMixer.prototype._takeBackControlInterpolant

function three.AnimationMixer.prototype._takeBackControlInterpolant ( interpolant )

module three.AnimationMixer.prototype.addEventListener

function three.AnimationMixer.prototype.addEventListener ( type, listener )

module three.AnimationMixer.prototype.clipAction

function three.AnimationMixer.prototype.clipAction ( clip, optionalRoot )

module three.AnimationMixer.prototype.dispatchEvent

function three.AnimationMixer.prototype.dispatchEvent ( event )

module three.AnimationMixer.prototype.existingAction

function three.AnimationMixer.prototype.existingAction ( clip, optionalRoot )

module three.AnimationMixer.prototype.getRoot

function three.AnimationMixer.prototype.getRoot ()

module three.AnimationMixer.prototype.hasEventListener

function three.AnimationMixer.prototype.hasEventListener ( type, listener )

module three.AnimationMixer.prototype.removeEventListener

function three.AnimationMixer.prototype.removeEventListener ( type, listener )

module three.AnimationMixer.prototype.stopAllAction

function three.AnimationMixer.prototype.stopAllAction ()

module three.AnimationMixer.prototype.uncacheAction

function three.AnimationMixer.prototype.uncacheAction ( clip, optionalRoot )

module three.AnimationMixer.prototype.uncacheClip

function three.AnimationMixer.prototype.uncacheClip ( clip )

module three.AnimationMixer.prototype.uncacheRoot

function three.AnimationMixer.prototype.uncacheRoot ( root )

module three.AnimationMixer.prototype.update

function three.AnimationMixer.prototype.update ( deltaTime )

module three.AnimationObjectGroup

function three.AnimationObjectGroup ( var_args )

module three.AnimationObjectGroup.prototype

function three.AnimationObjectGroup.prototype.add ( var_args )

function three.AnimationObjectGroup.prototype.constructor ( var_args )

function three.AnimationObjectGroup.prototype.remove ( var_args )

function three.AnimationObjectGroup.prototype.subscribe_ ( path, parsedPath )

function three.AnimationObjectGroup.prototype.uncache ( var_args )

function three.AnimationObjectGroup.prototype.unsubscribe_ ( path )

module three.AnimationObjectGroup.prototype.add

function three.AnimationObjectGroup.prototype.add ( var_args )

module three.AnimationObjectGroup.prototype.remove

function three.AnimationObjectGroup.prototype.remove ( var_args )

module three.AnimationObjectGroup.prototype.subscribe_

function three.AnimationObjectGroup.prototype.subscribe_ ( path, parsedPath )

module three.AnimationObjectGroup.prototype.uncache

function three.AnimationObjectGroup.prototype.uncache ( var_args )

module three.AnimationObjectGroup.prototype.unsubscribe_

function three.AnimationObjectGroup.prototype.unsubscribe_ ( path )

module three.AnimationUtils

function three.AnimationUtils.arraySlice ( array, from, to )

function three.AnimationUtils.convertArray ( array, type, forceClone )

function three.AnimationUtils.flattenJSON ( jsonKeys, times, values, valuePropertyName )

function three.AnimationUtils.getKeyframeOrder ( times )

function three.AnimationUtils.isTypedArray ( object )

function three.AnimationUtils.sortedArray ( values, stride, order )

module three.AnimationUtils.arraySlice

function three.AnimationUtils.arraySlice ( array, from, to )

module three.AnimationUtils.convertArray

function three.AnimationUtils.convertArray ( array, type, forceClone )

module three.AnimationUtils.flattenJSON

function three.AnimationUtils.flattenJSON ( jsonKeys, times, values, valuePropertyName )

module three.AnimationUtils.getKeyframeOrder

function three.AnimationUtils.getKeyframeOrder ( times )

module three.AnimationUtils.isTypedArray

function three.AnimationUtils.isTypedArray ( object )

module three.AnimationUtils.sortedArray

function three.AnimationUtils.sortedArray ( values, stride, order )

module three.ArcCurve

function three.ArcCurve ( aX, aY, aRadius, aStartAngle, aEndAngle, aClockwise )

module three.ArcCurve.prototype

function three.ArcCurve.prototype.constructor ( aX, aY, aRadius, aStartAngle, aEndAngle, aClockwise )

module three.ArrowHelper

function three.ArrowHelper ( dir, origin, length, color, headLength, headWidth )

module three.ArrowHelper.prototype

function three.ArrowHelper.prototype.constructor ( dir, origin, length, color, headLength, headWidth )

function three.ArrowHelper.prototype.setColor ( color )

function three.ArrowHelper.prototype.setDirection ( dir )

function three.ArrowHelper.prototype.setLength ( length, headLength, headWidth )

module three.ArrowHelper.prototype.setColor

function three.ArrowHelper.prototype.setColor ( color )

module three.ArrowHelper.prototype.setDirection

function three.ArrowHelper.prototype.setDirection ( dir )

module three.ArrowHelper.prototype.setLength

function three.ArrowHelper.prototype.setLength ( length, headLength, headWidth )

module three.Audio

function three.Audio ( listener )

module three.Audio.prototype

function three.Audio.prototype.connect ()

function three.Audio.prototype.constructor ( listener )

function three.Audio.prototype.disconnect ()

function three.Audio.prototype.getFilter ()

function three.Audio.prototype.getFilters ()

function three.Audio.prototype.getLoop ()

function three.Audio.prototype.getOutput ()

function three.Audio.prototype.getPlaybackRate ()

function three.Audio.prototype.getVolume ()

function three.Audio.prototype.load ( file )

function three.Audio.prototype.onEnded ()

function three.Audio.prototype.pause ()

function three.Audio.prototype.play ()

function three.Audio.prototype.setBuffer ( audioBuffer )

function three.Audio.prototype.setFilter ( filter )

function three.Audio.prototype.setFilters ( value )

function three.Audio.prototype.setLoop ( value )

function three.Audio.prototype.setNodeSource ( audioNode )

function three.Audio.prototype.setPlaybackRate ( value )

function three.Audio.prototype.setVolume ( value )

function three.Audio.prototype.stop ()

module three.Audio.prototype.connect

function three.Audio.prototype.connect ()

module three.Audio.prototype.disconnect

function three.Audio.prototype.disconnect ()

module three.Audio.prototype.getFilter

function three.Audio.prototype.getFilter ()

module three.Audio.prototype.getFilters

function three.Audio.prototype.getFilters ()

module three.Audio.prototype.getLoop

function three.Audio.prototype.getLoop ()

module three.Audio.prototype.getOutput

function three.Audio.prototype.getOutput ()

module three.Audio.prototype.getPlaybackRate

function three.Audio.prototype.getPlaybackRate ()

module three.Audio.prototype.getVolume

function three.Audio.prototype.getVolume ()

module three.Audio.prototype.load

function three.Audio.prototype.load ( file )

module three.Audio.prototype.onEnded

function three.Audio.prototype.onEnded ()

module three.Audio.prototype.pause

function three.Audio.prototype.pause ()

module three.Audio.prototype.play

function three.Audio.prototype.play ()

module three.Audio.prototype.setBuffer

function three.Audio.prototype.setBuffer ( audioBuffer )

module three.Audio.prototype.setFilter

function three.Audio.prototype.setFilter ( filter )

module three.Audio.prototype.setFilters

function three.Audio.prototype.setFilters ( value )

module three.Audio.prototype.setLoop

function three.Audio.prototype.setLoop ( value )

module three.Audio.prototype.setNodeSource

function three.Audio.prototype.setNodeSource ( audioNode )

module three.Audio.prototype.setPlaybackRate

function three.Audio.prototype.setPlaybackRate ( value )

module three.Audio.prototype.setVolume

function three.Audio.prototype.setVolume ( value )

module three.Audio.prototype.stop

function three.Audio.prototype.stop ()

module three.AudioAnalyser

function three.AudioAnalyser ( audio, fftSize )

module three.AudioAnalyser.prototype

function three.AudioAnalyser.prototype.getAverageFrequency ()

function three.AudioAnalyser.prototype.getData ()

function three.AudioAnalyser.prototype.getFrequencyData ()

module three.AudioAnalyser.prototype.getAverageFrequency

function three.AudioAnalyser.prototype.getAverageFrequency ()

module three.AudioAnalyser.prototype.getData

function three.AudioAnalyser.prototype.getData ()

module three.AudioAnalyser.prototype.getFrequencyData

function three.AudioAnalyser.prototype.getFrequencyData ()

module three.AudioContext

function three.AudioContext.getContext ()

function three.AudioContext.setContext ( value )

module three.AudioContext.getContext

function three.AudioContext.getContext ()

module three.AudioContext.setContext

function three.AudioContext.setContext ( value )

module three.AudioListener

function three.AudioListener ()

module three.AudioListener.prototype

function three.AudioListener.prototype.constructor ()

function three.AudioListener.prototype.getFilter ()

function three.AudioListener.prototype.getInput ()

function three.AudioListener.prototype.getMasterVolume ()

function three.AudioListener.prototype.removeFilter ( )

function three.AudioListener.prototype.setFilter ( value )

function three.AudioListener.prototype.setMasterVolume ( value )

function three.AudioListener.prototype.updateMatrixWorld ( force )

module three.AudioListener.prototype.getFilter

function three.AudioListener.prototype.getFilter ()

module three.AudioListener.prototype.getInput

function three.AudioListener.prototype.getInput ()

module three.AudioListener.prototype.getMasterVolume

function three.AudioListener.prototype.getMasterVolume ()

module three.AudioListener.prototype.removeFilter

function three.AudioListener.prototype.removeFilter ( )

module three.AudioListener.prototype.setFilter

function three.AudioListener.prototype.setFilter ( value )

module three.AudioListener.prototype.setMasterVolume

function three.AudioListener.prototype.setMasterVolume ( value )

module three.AudioListener.prototype.updateMatrixWorld

function three.AudioListener.prototype.updateMatrixWorld ( force )

module three.AudioLoader

function three.AudioLoader ( manager )

module three.AudioLoader.prototype

function three.AudioLoader.prototype.load ( url, onLoad, onProgress, onError )

module three.AudioLoader.prototype.load

function three.AudioLoader.prototype.load ( url, onLoad, onProgress, onError )

module three.AxisHelper

function three.AxisHelper ( size )

module three.AxisHelper.prototype

function three.AxisHelper.prototype.constructor ( size )

module three.BinaryTextureLoader

function three.BinaryTextureLoader ( manager )

module three.Bone

function three.Bone ()

module three.Bone.prototype

function three.Bone.prototype.constructor ()

module three.BooleanKeyframeTrack

function three.BooleanKeyframeTrack ( name, times, values )

module three.BooleanKeyframeTrack.prototype

function three.BooleanKeyframeTrack.prototype.ValueBufferType ()

function three.BooleanKeyframeTrack.prototype.constructor ( name, times, values )

module three.BooleanKeyframeTrack.prototype.ValueBufferType

function three.BooleanKeyframeTrack.prototype.ValueBufferType ()

module three.BoundingBoxHelper

function three.BoundingBoxHelper ( object, color )

module three.Box2

function three.Box2 ( min, max )

module three.Box2.prototype

function three.Box2.prototype.center ( optionalTarget )

function three.Box2.prototype.clampPoint ( point, optionalTarget )

function three.Box2.prototype.clone ()

function three.Box2.prototype.constructor ( min, max )

function three.Box2.prototype.containsBox ( box )

function three.Box2.prototype.containsPoint ( point )

function three.Box2.prototype.copy ( box )

function three.Box2.prototype.distanceToPoint ( point )

function three.Box2.prototype.empty ()

function three.Box2.prototype.equals ( box )

function three.Box2.prototype.expandByPoint ( point )

function three.Box2.prototype.expandByScalar ( scalar )

function three.Box2.prototype.expandByVector ( vector )

function three.Box2.prototype.getCenter ( optionalTarget )

function three.Box2.prototype.getParameter ( point, optionalTarget )

function three.Box2.prototype.getSize ( optionalTarget )

function three.Box2.prototype.intersect ( box )

function three.Box2.prototype.intersectsBox ( box )

function three.Box2.prototype.isEmpty ()

function three.Box2.prototype.isIntersectionBox ( box )

function three.Box2.prototype.makeEmpty ()

function three.Box2.prototype.set ( min, max )

function three.Box2.prototype.setFromCenterAndSize ( center, size )

function three.Box2.prototype.setFromPoints ( points )

function three.Box2.prototype.size ( optionalTarget )

function three.Box2.prototype.translate ( offset )

function three.Box2.prototype.union ( box )

module three.Box2.prototype.center

function three.Box2.prototype.center ( optionalTarget )

module three.Box2.prototype.clampPoint

function three.Box2.prototype.clampPoint ( point, optionalTarget )

module three.Box2.prototype.clone

function three.Box2.prototype.clone ()

module three.Box2.prototype.containsBox

function three.Box2.prototype.containsBox ( box )

module three.Box2.prototype.containsPoint

function three.Box2.prototype.containsPoint ( point )

module three.Box2.prototype.copy

function three.Box2.prototype.copy ( box )

module three.Box2.prototype.distanceToPoint

function three.Box2.prototype.distanceToPoint ( point )

module three.Box2.prototype.empty

function three.Box2.prototype.empty ()

module three.Box2.prototype.equals

function three.Box2.prototype.equals ( box )

module three.Box2.prototype.expandByPoint

function three.Box2.prototype.expandByPoint ( point )

module three.Box2.prototype.expandByScalar

function three.Box2.prototype.expandByScalar ( scalar )

module three.Box2.prototype.expandByVector

function three.Box2.prototype.expandByVector ( vector )

module three.Box2.prototype.getCenter

function three.Box2.prototype.getCenter ( optionalTarget )

module three.Box2.prototype.getParameter

function three.Box2.prototype.getParameter ( point, optionalTarget )

module three.Box2.prototype.getSize

function three.Box2.prototype.getSize ( optionalTarget )

module three.Box2.prototype.intersect

function three.Box2.prototype.intersect ( box )

module three.Box2.prototype.intersectsBox

function three.Box2.prototype.intersectsBox ( box )

module three.Box2.prototype.isEmpty

function three.Box2.prototype.isEmpty ()

module three.Box2.prototype.isIntersectionBox

function three.Box2.prototype.isIntersectionBox ( box )

module three.Box2.prototype.makeEmpty

function three.Box2.prototype.makeEmpty ()

module three.Box2.prototype.set

function three.Box2.prototype.set ( min, max )

module three.Box2.prototype.setFromCenterAndSize

function three.Box2.prototype.setFromCenterAndSize ( center, size )

module three.Box2.prototype.setFromPoints

function three.Box2.prototype.setFromPoints ( points )

module three.Box2.prototype.size

function three.Box2.prototype.size ( optionalTarget )

module three.Box2.prototype.translate

function three.Box2.prototype.translate ( offset )

module three.Box2.prototype.union

function three.Box2.prototype.union ( box )

module three.Box3

function three.Box3 ( min, max )

module three.Box3.prototype

function three.Box3.prototype.applyMatrix4 ( matrix )

function three.Box3.prototype.center ( optionalTarget )

function three.Box3.prototype.clampPoint ( point, optionalTarget )

function three.Box3.prototype.clone ()

function three.Box3.prototype.constructor ( min, max )

function three.Box3.prototype.containsBox ( box )

function three.Box3.prototype.containsPoint ( point )

function three.Box3.prototype.copy ( box )

function three.Box3.prototype.distanceToPoint ( point )

function three.Box3.prototype.empty ()

function three.Box3.prototype.equals ( box )

function three.Box3.prototype.expandByObject ( object )

function three.Box3.prototype.expandByPoint ( point )

function three.Box3.prototype.expandByScalar ( scalar )

function three.Box3.prototype.expandByVector ( vector )

function three.Box3.prototype.getBoundingSphere ( optionalTarget )

function three.Box3.prototype.getCenter ( optionalTarget )

function three.Box3.prototype.getParameter ( point, optionalTarget )

function three.Box3.prototype.getSize ( optionalTarget )

function three.Box3.prototype.intersect ( box )

function three.Box3.prototype.intersectsBox ( box )

function three.Box3.prototype.intersectsPlane ( plane )

function three.Box3.prototype.intersectsSphere ( sphere )

function three.Box3.prototype.isEmpty ()

function three.Box3.prototype.isIntersectionBox ( box )

function three.Box3.prototype.isIntersectionSphere ( sphere )

function three.Box3.prototype.makeEmpty ()

function three.Box3.prototype.set ( min, max )

function three.Box3.prototype.setFromArray ( array )

function three.Box3.prototype.setFromBufferAttribute ( attribute )

function three.Box3.prototype.setFromCenterAndSize ( center, size )

function three.Box3.prototype.setFromObject ( object )

function three.Box3.prototype.setFromPoints ( points )

function three.Box3.prototype.size ( optionalTarget )

function three.Box3.prototype.translate ( offset )

function three.Box3.prototype.union ( box )

module three.Box3.prototype.applyMatrix4

function three.Box3.prototype.applyMatrix4 ( matrix )

module three.Box3.prototype.center

function three.Box3.prototype.center ( optionalTarget )

module three.Box3.prototype.clampPoint

function three.Box3.prototype.clampPoint ( point, optionalTarget )

module three.Box3.prototype.clone

function three.Box3.prototype.clone ()

module three.Box3.prototype.containsBox

function three.Box3.prototype.containsBox ( box )

module three.Box3.prototype.containsPoint

function three.Box3.prototype.containsPoint ( point )

module three.Box3.prototype.copy

function three.Box3.prototype.copy ( box )

module three.Box3.prototype.distanceToPoint

function three.Box3.prototype.distanceToPoint ( point )

module three.Box3.prototype.empty

function three.Box3.prototype.empty ()

module three.Box3.prototype.equals

function three.Box3.prototype.equals ( box )

module three.Box3.prototype.expandByObject

function three.Box3.prototype.expandByObject ( object )

module three.Box3.prototype.expandByPoint

function three.Box3.prototype.expandByPoint ( point )

module three.Box3.prototype.expandByScalar

function three.Box3.prototype.expandByScalar ( scalar )

module three.Box3.prototype.expandByVector

function three.Box3.prototype.expandByVector ( vector )

module three.Box3.prototype.getBoundingSphere

function three.Box3.prototype.getBoundingSphere ( optionalTarget )

module three.Box3.prototype.getCenter

function three.Box3.prototype.getCenter ( optionalTarget )

module three.Box3.prototype.getParameter

function three.Box3.prototype.getParameter ( point, optionalTarget )

module three.Box3.prototype.getSize

function three.Box3.prototype.getSize ( optionalTarget )

module three.Box3.prototype.intersect

function three.Box3.prototype.intersect ( box )

module three.Box3.prototype.intersectsBox

function three.Box3.prototype.intersectsBox ( box )

module three.Box3.prototype.intersectsPlane

function three.Box3.prototype.intersectsPlane ( plane )

module three.Box3.prototype.intersectsSphere

function three.Box3.prototype.intersectsSphere ( sphere )

module three.Box3.prototype.isEmpty

function three.Box3.prototype.isEmpty ()

module three.Box3.prototype.isIntersectionBox

function three.Box3.prototype.isIntersectionBox ( box )

module three.Box3.prototype.isIntersectionSphere

function three.Box3.prototype.isIntersectionSphere ( sphere )

module three.Box3.prototype.makeEmpty

function three.Box3.prototype.makeEmpty ()

module three.Box3.prototype.set

function three.Box3.prototype.set ( min, max )

module three.Box3.prototype.setFromArray

function three.Box3.prototype.setFromArray ( array )

module three.Box3.prototype.setFromBufferAttribute

function three.Box3.prototype.setFromBufferAttribute ( attribute )

module three.Box3.prototype.setFromCenterAndSize

function three.Box3.prototype.setFromCenterAndSize ( center, size )

module three.Box3.prototype.setFromObject

function three.Box3.prototype.setFromObject ( object )

module three.Box3.prototype.setFromPoints

function three.Box3.prototype.setFromPoints ( points )

module three.Box3.prototype.size

function three.Box3.prototype.size ( optionalTarget )

module three.Box3.prototype.translate

function three.Box3.prototype.translate ( offset )

module three.Box3.prototype.union

function three.Box3.prototype.union ( box )

module three.BoxBufferGeometry

function three.BoxBufferGeometry ( width, height, depth, widthSegments, heightSegments, depthSegments )

module three.BoxBufferGeometry.prototype

function three.BoxBufferGeometry.prototype.constructor ( width, height, depth, widthSegments, heightSegments, depthSegments )

module three.BoxGeometry

function three.BoxGeometry ( width, height, depth, widthSegments, heightSegments, depthSegments )

module three.BoxGeometry.prototype

function three.BoxGeometry.prototype.constructor ( width, height, depth, widthSegments, heightSegments, depthSegments )

module three.BoxHelper

function three.BoxHelper ( object, color )

module three.BoxHelper.prototype

function three.BoxHelper.prototype.constructor ( object, color )

function three.BoxHelper.prototype.update ( object )

module three.BoxHelper.prototype.update

function three.BoxHelper.prototype.update ( object )

module three.BufferAttribute

function three.BufferAttribute ( array, itemSize, normalized )

module three.BufferAttribute.prototype

function three.BufferAttribute.prototype.clone ()

function three.BufferAttribute.prototype.constructor ( array, itemSize, normalized )

function three.BufferAttribute.prototype.copy ( source )

function three.BufferAttribute.prototype.copyArray ( array )

function three.BufferAttribute.prototype.copyAt ( index1, attribute, index2 )

function three.BufferAttribute.prototype.copyColorsArray ( colors )

function three.BufferAttribute.prototype.copyIndicesArray ( indices )

function three.BufferAttribute.prototype.copyVector2sArray ( vectors )

function three.BufferAttribute.prototype.copyVector3sArray ( vectors )

function three.BufferAttribute.prototype.copyVector4sArray ( vectors )

function three.BufferAttribute.prototype.getW ( index )

function three.BufferAttribute.prototype.getX ( index )

function three.BufferAttribute.prototype.getY ( index )

function three.BufferAttribute.prototype.getZ ( index )

function three.BufferAttribute.prototype.onUpload ( callback )

function three.BufferAttribute.prototype.set ( value, offset )

function three.BufferAttribute.prototype.setArray ( array )

function three.BufferAttribute.prototype.setDynamic ( value )

function three.BufferAttribute.prototype.setW ( index, w )

function three.BufferAttribute.prototype.setX ( index, x )

function three.BufferAttribute.prototype.setXY ( index, x, y )

function three.BufferAttribute.prototype.setXYZ ( index, x, y, z )

function three.BufferAttribute.prototype.setXYZW ( index, x, y, z, w )

function three.BufferAttribute.prototype.setY ( index, y )

function three.BufferAttribute.prototype.setZ ( index, z )

module three.BufferAttribute.prototype.clone

function three.BufferAttribute.prototype.clone ()

module three.BufferAttribute.prototype.copy

function three.BufferAttribute.prototype.copy ( source )

module three.BufferAttribute.prototype.copyArray

function three.BufferAttribute.prototype.copyArray ( array )

module three.BufferAttribute.prototype.copyAt

function three.BufferAttribute.prototype.copyAt ( index1, attribute, index2 )

module three.BufferAttribute.prototype.copyColorsArray

function three.BufferAttribute.prototype.copyColorsArray ( colors )

module three.BufferAttribute.prototype.copyIndicesArray

function three.BufferAttribute.prototype.copyIndicesArray ( indices )

module three.BufferAttribute.prototype.copyVector2sArray

function three.BufferAttribute.prototype.copyVector2sArray ( vectors )

module three.BufferAttribute.prototype.copyVector3sArray

function three.BufferAttribute.prototype.copyVector3sArray ( vectors )

module three.BufferAttribute.prototype.copyVector4sArray

function three.BufferAttribute.prototype.copyVector4sArray ( vectors )

module three.BufferAttribute.prototype.getW

function three.BufferAttribute.prototype.getW ( index )

module three.BufferAttribute.prototype.getX

function three.BufferAttribute.prototype.getX ( index )

module three.BufferAttribute.prototype.getY

function three.BufferAttribute.prototype.getY ( index )

module three.BufferAttribute.prototype.getZ

function three.BufferAttribute.prototype.getZ ( index )

module three.BufferAttribute.prototype.onUpload

function three.BufferAttribute.prototype.onUpload ( callback )

module three.BufferAttribute.prototype.set

function three.BufferAttribute.prototype.set ( value, offset )

module three.BufferAttribute.prototype.setArray

function three.BufferAttribute.prototype.setArray ( array )

module three.BufferAttribute.prototype.setDynamic

function three.BufferAttribute.prototype.setDynamic ( value )

module three.BufferAttribute.prototype.setW

function three.BufferAttribute.prototype.setW ( index, w )

module three.BufferAttribute.prototype.setX

function three.BufferAttribute.prototype.setX ( index, x )

module three.BufferAttribute.prototype.setXY

function three.BufferAttribute.prototype.setXY ( index, x, y )

module three.BufferAttribute.prototype.setXYZ

function three.BufferAttribute.prototype.setXYZ ( index, x, y, z )

module three.BufferAttribute.prototype.setXYZW

function three.BufferAttribute.prototype.setXYZW ( index, x, y, z, w )

module three.BufferAttribute.prototype.setY

function three.BufferAttribute.prototype.setY ( index, y )

module three.BufferAttribute.prototype.setZ

function three.BufferAttribute.prototype.setZ ( index, z )

module three.BufferGeometry

function three.BufferGeometry ()

module three.BufferGeometry.prototype

function three.BufferGeometry.prototype.addAttribute ( name, attribute )

function three.BufferGeometry.prototype.addDrawCall ( start, count, indexOffset )

function three.BufferGeometry.prototype.addEventListener ( type, listener )

function three.BufferGeometry.prototype.addGroup ( start, count, materialIndex )

function three.BufferGeometry.prototype.addIndex ( index )

function three.BufferGeometry.prototype.applyMatrix ( matrix )

function three.BufferGeometry.prototype.center ()

function three.BufferGeometry.prototype.clearDrawCalls ()

function three.BufferGeometry.prototype.clearGroups ()

function three.BufferGeometry.prototype.clone ()

function three.BufferGeometry.prototype.computeBoundingBox ()

function three.BufferGeometry.prototype.computeBoundingSphere ()

function three.BufferGeometry.prototype.computeFaceNormals ()

function three.BufferGeometry.prototype.computeOffsets ()

function three.BufferGeometry.prototype.computeTangents ()

function three.BufferGeometry.prototype.computeVertexNormals ()

function three.BufferGeometry.prototype.constructor ()

function three.BufferGeometry.prototype.copy ( source )

function three.BufferGeometry.prototype.dispatchEvent ( event )

function three.BufferGeometry.prototype.dispose ()

function three.BufferGeometry.prototype.fromDirectGeometry ( geometry )

function three.BufferGeometry.prototype.fromGeometry ( geometry )

function three.BufferGeometry.prototype.getAttribute ( name )

function three.BufferGeometry.prototype.getIndex ()

function three.BufferGeometry.prototype.hasEventListener ( type, listener )

function three.BufferGeometry.prototype.lookAt ( vector )

function three.BufferGeometry.prototype.merge ( geometry, offset )

function three.BufferGeometry.prototype.normalizeNormals ()

function three.BufferGeometry.prototype.removeAttribute ( name )

function three.BufferGeometry.prototype.removeEventListener ( type, listener )

function three.BufferGeometry.prototype.rotateX ( angle )

function three.BufferGeometry.prototype.rotateY ( angle )

function three.BufferGeometry.prototype.rotateZ ( angle )

function three.BufferGeometry.prototype.scale ( x, y, z )

function three.BufferGeometry.prototype.setDrawRange ( start, count )

function three.BufferGeometry.prototype.setFromObject ( object )

function three.BufferGeometry.prototype.setIndex ( index )

function three.BufferGeometry.prototype.toJSON ()

function three.BufferGeometry.prototype.toNonIndexed ()

function three.BufferGeometry.prototype.translate ( x, y, z )

function three.BufferGeometry.prototype.updateFromObject ( object )

module three.BufferGeometry.prototype.addAttribute

function three.BufferGeometry.prototype.addAttribute ( name, attribute )

module three.BufferGeometry.prototype.addDrawCall

function three.BufferGeometry.prototype.addDrawCall ( start, count, indexOffset )

module three.BufferGeometry.prototype.addGroup

function three.BufferGeometry.prototype.addGroup ( start, count, materialIndex )

module three.BufferGeometry.prototype.addIndex

function three.BufferGeometry.prototype.addIndex ( index )

module three.BufferGeometry.prototype.applyMatrix

function three.BufferGeometry.prototype.applyMatrix ( matrix )

module three.BufferGeometry.prototype.center

function three.BufferGeometry.prototype.center ()

module three.BufferGeometry.prototype.clearDrawCalls

function three.BufferGeometry.prototype.clearDrawCalls ()

module three.BufferGeometry.prototype.clearGroups

function three.BufferGeometry.prototype.clearGroups ()

module three.BufferGeometry.prototype.clone

function three.BufferGeometry.prototype.clone ()

module three.BufferGeometry.prototype.computeBoundingBox

function three.BufferGeometry.prototype.computeBoundingBox ()

module three.BufferGeometry.prototype.computeBoundingSphere

function three.BufferGeometry.prototype.computeBoundingSphere ()

module three.BufferGeometry.prototype.computeFaceNormals

function three.BufferGeometry.prototype.computeFaceNormals ()

module three.BufferGeometry.prototype.computeOffsets

function three.BufferGeometry.prototype.computeOffsets ()

module three.BufferGeometry.prototype.computeTangents

function three.BufferGeometry.prototype.computeTangents ()

module three.BufferGeometry.prototype.computeVertexNormals

function three.BufferGeometry.prototype.computeVertexNormals ()

module three.BufferGeometry.prototype.copy

function three.BufferGeometry.prototype.copy ( source )

module three.BufferGeometry.prototype.dispose

function three.BufferGeometry.prototype.dispose ()

module three.BufferGeometry.prototype.fromDirectGeometry

function three.BufferGeometry.prototype.fromDirectGeometry ( geometry )

module three.BufferGeometry.prototype.fromGeometry

function three.BufferGeometry.prototype.fromGeometry ( geometry )

module three.BufferGeometry.prototype.getAttribute

function three.BufferGeometry.prototype.getAttribute ( name )

module three.BufferGeometry.prototype.getIndex

function three.BufferGeometry.prototype.getIndex ()

module three.BufferGeometry.prototype.lookAt

function three.BufferGeometry.prototype.lookAt ( vector )

module three.BufferGeometry.prototype.merge

function three.BufferGeometry.prototype.merge ( geometry, offset )

module three.BufferGeometry.prototype.normalizeNormals

function three.BufferGeometry.prototype.normalizeNormals ()

module three.BufferGeometry.prototype.removeAttribute

function three.BufferGeometry.prototype.removeAttribute ( name )

module three.BufferGeometry.prototype.rotateX

function three.BufferGeometry.prototype.rotateX ( angle )

module three.BufferGeometry.prototype.rotateY

function three.BufferGeometry.prototype.rotateY ( angle )

module three.BufferGeometry.prototype.rotateZ

function three.BufferGeometry.prototype.rotateZ ( angle )

module three.BufferGeometry.prototype.scale

function three.BufferGeometry.prototype.scale ( x, y, z )

module three.BufferGeometry.prototype.setDrawRange

function three.BufferGeometry.prototype.setDrawRange ( start, count )

module three.BufferGeometry.prototype.setFromObject

function three.BufferGeometry.prototype.setFromObject ( object )

module three.BufferGeometry.prototype.setIndex

function three.BufferGeometry.prototype.setIndex ( index )

module three.BufferGeometry.prototype.toJSON

function three.BufferGeometry.prototype.toJSON ()

module three.BufferGeometry.prototype.toNonIndexed

function three.BufferGeometry.prototype.toNonIndexed ()

module three.BufferGeometry.prototype.translate

function three.BufferGeometry.prototype.translate ( x, y, z )

module three.BufferGeometry.prototype.updateFromObject

function three.BufferGeometry.prototype.updateFromObject ( object )

module three.BufferGeometryLoader

function three.BufferGeometryLoader ( manager )

module three.BufferGeometryLoader.prototype

function three.BufferGeometryLoader.prototype.load ( url, onLoad, onProgress, onError )

function three.BufferGeometryLoader.prototype.parse ( json )

module three.BufferGeometryLoader.prototype.load

function three.BufferGeometryLoader.prototype.load ( url, onLoad, onProgress, onError )

module three.BufferGeometryLoader.prototype.parse

function three.BufferGeometryLoader.prototype.parse ( json )

module three.Cache

function three.Cache.add ( key, file )

function three.Cache.clear ()

function three.Cache.get ( key )

function three.Cache.remove ( key )

module three.Cache.add

function three.Cache.add ( key, file )

module three.Cache.clear

function three.Cache.clear ()

module three.Cache.get

function three.Cache.get ( key )

module three.Cache.remove

function three.Cache.remove ( key )

module three.Camera

function three.Camera ()

module three.Camera.prototype

function three.Camera.prototype.clone ()

function three.Camera.prototype.constructor ()

function three.Camera.prototype.copy ( source )

function three.Camera.prototype.getWorldDirection ( optionalTarget )

function three.Camera.prototype.lookAt ( vector )

module three.Camera.prototype.clone

function three.Camera.prototype.clone ()

module three.Camera.prototype.copy

function three.Camera.prototype.copy ( source )

module three.Camera.prototype.getWorldDirection

function three.Camera.prototype.getWorldDirection ( optionalTarget )

module three.Camera.prototype.lookAt

function three.Camera.prototype.lookAt ( vector )

module three.CameraHelper

function three.CameraHelper ( camera )

module three.CameraHelper.prototype

function three.CameraHelper.prototype.constructor ( camera )

function three.CameraHelper.prototype.update ()

module three.CameraHelper.prototype.update

function three.CameraHelper.prototype.update ()

module three.CanvasRenderer

function three.CanvasRenderer ()

module three.CanvasTexture

function three.CanvasTexture ( canvas, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy )

module three.CanvasTexture.prototype

function three.CanvasTexture.prototype.constructor ( canvas, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy )

module three.CatmullRomCurve3

function three.CatmullRomCurve3 ( p)

module three.CatmullRomCurve3.prototype

function three.CatmullRomCurve3.prototype.constructor ( p)

function three.CatmullRomCurve3.prototype.getPoint ( t )

module three.CatmullRomCurve3.prototype.getPoint

function three.CatmullRomCurve3.prototype.getPoint ( t )

module three.CircleBufferGeometry

function three.CircleBufferGeometry ( radius, segments, thetaStart, thetaLength )

module three.CircleBufferGeometry.prototype

function three.CircleBufferGeometry.prototype.constructor ( radius, segments, thetaStart, thetaLength )

module three.CircleGeometry

function three.CircleGeometry ( radius, segments, thetaStart, thetaLength )

module three.CircleGeometry.prototype

function three.CircleGeometry.prototype.constructor ( radius, segments, thetaStart, thetaLength )

module three.Clock

function three.Clock ( autoStart )

module three.Clock.prototype

function three.Clock.prototype.constructor ( autoStart )

function three.Clock.prototype.getDelta ()

function three.Clock.prototype.getElapsedTime ()

function three.Clock.prototype.start ()

function three.Clock.prototype.stop ()

module three.Clock.prototype.getDelta

function three.Clock.prototype.getDelta ()

module three.Clock.prototype.getElapsedTime

function three.Clock.prototype.getElapsedTime ()

module three.Clock.prototype.start

function three.Clock.prototype.start ()

module three.Clock.prototype.stop

function three.Clock.prototype.stop ()

module three.ClosedSplineCurve3

function three.ClosedSplineCurve3 ( points )

module three.Color

function three.Color ( r, g, b )

module three.Color.prototype

function three.Color.prototype.add ( color )

function three.Color.prototype.addColors ( color1, color2 )

function three.Color.prototype.addScalar ( s )

function three.Color.prototype.clone ()

function three.Color.prototype.constructor ( r, g, b )

function three.Color.prototype.convertGammaToLinear ()

function three.Color.prototype.convertLinearToGamma ()

function three.Color.prototype.copy ( color )

function three.Color.prototype.copyGammaToLinear ( color, gammaFactor )

function three.Color.prototype.copyLinearToGamma ( color, gammaFactor )

function three.Color.prototype.equals ( c )

function three.Color.prototype.fromArray ( array, offset )

function three.Color.prototype.getHSL ( optionalTarget )

function three.Color.prototype.getHex ()

function three.Color.prototype.getHexString ()

function three.Color.prototype.getStyle ()

function three.Color.prototype.lerp ( color, alpha )

function three.Color.prototype.multiply ( color )

function three.Color.prototype.multiplyScalar ( s )

function three.Color.prototype.offsetHSL ( h, s, l )

function three.Color.prototype.set ( value )

function three.Color.prototype.setHSL ( h, s, l )

function three.Color.prototype.setHex ( hex )

function three.Color.prototype.setRGB ( r, g, b )

function three.Color.prototype.setScalar ( scalar )

function three.Color.prototype.setStyle ( style )

function three.Color.prototype.sub ( color )

function three.Color.prototype.toArray ( array, offset )

function three.Color.prototype.toJSON ()

module three.Color.prototype.add

function three.Color.prototype.add ( color )

module three.Color.prototype.addColors

function three.Color.prototype.addColors ( color1, color2 )

module three.Color.prototype.addScalar

function three.Color.prototype.addScalar ( s )

module three.Color.prototype.clone

function three.Color.prototype.clone ()

module three.Color.prototype.convertGammaToLinear

function three.Color.prototype.convertGammaToLinear ()

module three.Color.prototype.convertLinearToGamma

function three.Color.prototype.convertLinearToGamma ()

module three.Color.prototype.copy

function three.Color.prototype.copy ( color )

module three.Color.prototype.copyGammaToLinear

function three.Color.prototype.copyGammaToLinear ( color, gammaFactor )

module three.Color.prototype.copyLinearToGamma

function three.Color.prototype.copyLinearToGamma ( color, gammaFactor )

module three.Color.prototype.equals

function three.Color.prototype.equals ( c )

module three.Color.prototype.fromArray

function three.Color.prototype.fromArray ( array, offset )

module three.Color.prototype.getHSL

function three.Color.prototype.getHSL ( optionalTarget )

module three.Color.prototype.getHex

function three.Color.prototype.getHex ()

module three.Color.prototype.getHexString

function three.Color.prototype.getHexString ()

module three.Color.prototype.getStyle

function three.Color.prototype.getStyle ()

module three.Color.prototype.lerp

function three.Color.prototype.lerp ( color, alpha )

module three.Color.prototype.multiply

function three.Color.prototype.multiply ( color )

module three.Color.prototype.multiplyScalar

function three.Color.prototype.multiplyScalar ( s )

module three.Color.prototype.offsetHSL

function three.Color.prototype.offsetHSL ( h, s, l )

module three.Color.prototype.set

function three.Color.prototype.set ( value )

module three.Color.prototype.setHSL

function three.Color.prototype.setHSL ( h, s, l )

module three.Color.prototype.setHex

function three.Color.prototype.setHex ( hex )

module three.Color.prototype.setRGB

function three.Color.prototype.setRGB ( r, g, b )

module three.Color.prototype.setScalar

function three.Color.prototype.setScalar ( scalar )

module three.Color.prototype.setStyle

function three.Color.prototype.setStyle ( style )

module three.Color.prototype.sub

function three.Color.prototype.sub ( color )

module three.Color.prototype.toArray

function three.Color.prototype.toArray ( array, offset )

module three.Color.prototype.toJSON

function three.Color.prototype.toJSON ()

module three.ColorKeyframeTrack

function three.ColorKeyframeTrack ( name, times, values, interpolation )

module three.ColorKeyframeTrack.prototype

function three.ColorKeyframeTrack.prototype.constructor ( name, times, values, interpolation )

module three.CompressedTexture

function three.CompressedTexture ( mipmaps, width, height, format, type, mapping, wrapS, wrapT, magFilter, minFilter, anisotropy, encoding )

module three.CompressedTexture.prototype

function three.CompressedTexture.prototype.constructor ( mipmaps, width, height, format, type, mapping, wrapS, wrapT, magFilter, minFilter, anisotropy, encoding )

module three.CompressedTextureLoader

function three.CompressedTextureLoader ( manager )

module three.CompressedTextureLoader.prototype

function three.CompressedTextureLoader.prototype.load ( url, onLoad, onProgress, onError )

function three.CompressedTextureLoader.prototype.setPath ( value )

module three.CompressedTextureLoader.prototype.load

function three.CompressedTextureLoader.prototype.load ( url, onLoad, onProgress, onError )

module three.CompressedTextureLoader.prototype.setPath

function three.CompressedTextureLoader.prototype.setPath ( value )

module three.ConeBufferGeometry

function three.ConeBufferGeometry ( radius, height, radialSegments, heightSegments, openEnded, thetaStart, thetaLength )

module three.ConeBufferGeometry.prototype

function three.ConeBufferGeometry.prototype.constructor ( radius, height, radialSegments, heightSegments, openEnded, thetaStart, thetaLength )

module three.ConeGeometry

function three.ConeGeometry ( radius, height, radialSegments, heightSegments, openEnded, thetaStart, thetaLength )

module three.ConeGeometry.prototype

function three.ConeGeometry.prototype.constructor ( radius, height, radialSegments, heightSegments, openEnded, thetaStart, thetaLength )

module three.CubeCamera

function three.CubeCamera ( near, far, cubeResolution )

module three.CubeCamera.prototype

function three.CubeCamera.prototype.constructor ( near, far, cubeResolution )

module three.CubeTexture

function three.CubeTexture ( images, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy, encoding )

module three.CubeTexture.prototype

function three.CubeTexture.prototype.constructor ( images, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy, encoding )

module three.CubeTextureLoader

function three.CubeTextureLoader ( manager )

module three.CubeTextureLoader.prototype

function three.CubeTextureLoader.prototype.load ( urls, onLoad, onProgress, onError )

function three.CubeTextureLoader.prototype.setCrossOrigin ( value )

function three.CubeTextureLoader.prototype.setPath ( value )

module three.CubeTextureLoader.prototype.load

function three.CubeTextureLoader.prototype.load ( urls, onLoad, onProgress, onError )

module three.CubeTextureLoader.prototype.setCrossOrigin

function three.CubeTextureLoader.prototype.setCrossOrigin ( value )

module three.CubeTextureLoader.prototype.setPath

function three.CubeTextureLoader.prototype.setPath ( value )

module three.CubicBezierCurve

function three.CubicBezierCurve ( v0, v1, v2, v3 )

module three.CubicBezierCurve.prototype

function three.CubicBezierCurve.prototype.constructor ( v0, v1, v2, v3 )

function three.CubicBezierCurve.prototype.getPoint ( t )

module three.CubicBezierCurve.prototype.getPoint

function three.CubicBezierCurve.prototype.getPoint ( t )

module three.CubicBezierCurve3

function three.CubicBezierCurve3 ( v0, v1, v2, v3 )

module three.CubicBezierCurve3.prototype

function three.CubicBezierCurve3.prototype.constructor ( v0, v1, v2, v3 )

function three.CubicBezierCurve3.prototype.getPoint ( t )

module three.CubicBezierCurve3.prototype.getPoint

function three.CubicBezierCurve3.prototype.getPoint ( t )

module three.CubicInterpolant

function three.CubicInterpolant ( parameterPositions, sampleValues, sampleSize, resultBuffer )

module three.CubicInterpolant.prototype

function three.CubicInterpolant.prototype.constructor ( parameterPositions, sampleValues, sampleSize, resultBuffer )

function three.CubicInterpolant.prototype.interpolate_ ( i1, t0, t, t1 )

function three.CubicInterpolant.prototype.intervalChanged_ ( i1, t0, t1 )

module three.CubicInterpolant.prototype.interpolate_

function three.CubicInterpolant.prototype.interpolate_ ( i1, t0, t, t1 )

module three.CubicInterpolant.prototype.intervalChanged_

function three.CubicInterpolant.prototype.intervalChanged_ ( i1, t0, t1 )

module three.Curve

function three.Curve ()

function three.Curve.create ( construct, getPoint )

module three.Curve.create

function three.Curve.create ( construct, getPoint )

module three.Curve.prototype

function three.Curve.prototype.computeFrenetFrames ( segments, closed )

function three.Curve.prototype.constructor ()

function three.Curve.prototype.getLength ()

function three.Curve.prototype.getLengths ( divisions )

function three.Curve.prototype.getPoint ( t )

function three.Curve.prototype.getPointAt ( u )

function three.Curve.prototype.getPoints ( divisions )

function three.Curve.prototype.getSpacedPoints ( divisions )

function three.Curve.prototype.getTangent ( t )

function three.Curve.prototype.getTangentAt ( u )

function three.Curve.prototype.getUtoTmapping ( u, distance )

function three.Curve.prototype.updateArcLengths ()

module three.Curve.prototype.computeFrenetFrames

function three.Curve.prototype.computeFrenetFrames ( segments, closed )

module three.Curve.prototype.getLength

function three.Curve.prototype.getLength ()

module three.Curve.prototype.getLengths

function three.Curve.prototype.getLengths ( divisions )

module three.Curve.prototype.getPoint

function three.Curve.prototype.getPoint ( t )

module three.Curve.prototype.getPointAt

function three.Curve.prototype.getPointAt ( u )

module three.Curve.prototype.getPoints

function three.Curve.prototype.getPoints ( divisions )

module three.Curve.prototype.getSpacedPoints

function three.Curve.prototype.getSpacedPoints ( divisions )

module three.Curve.prototype.getTangent

function three.Curve.prototype.getTangent ( t )

module three.Curve.prototype.getTangentAt

function three.Curve.prototype.getTangentAt ( u )

module three.Curve.prototype.getUtoTmapping

function three.Curve.prototype.getUtoTmapping ( u, distance )

module three.Curve.prototype.updateArcLengths

function three.Curve.prototype.updateArcLengths ()

module three.CurvePath

function three.CurvePath ()

module three.CurvePath.prototype

function three.CurvePath.prototype.add ( curve )

function three.CurvePath.prototype.closePath ()

function three.CurvePath.prototype.constructor ()

function three.CurvePath.prototype.createGeometry ( points )

function three.CurvePath.prototype.createPointsGeometry ( divisions )

function three.CurvePath.prototype.createSpacedPointsGeometry ( divisions )

function three.CurvePath.prototype.getCurveLengths ()

function three.CurvePath.prototype.getLength ()

function three.CurvePath.prototype.getPoint ( t )

function three.CurvePath.prototype.getPoints ( divisions )

function three.CurvePath.prototype.getSpacedPoints ( divisions )

function three.CurvePath.prototype.updateArcLengths ()

module three.CurvePath.prototype.add

function three.CurvePath.prototype.add ( curve )

module three.CurvePath.prototype.closePath

function three.CurvePath.prototype.closePath ()

module three.CurvePath.prototype.createGeometry

function three.CurvePath.prototype.createGeometry ( points )

module three.CurvePath.prototype.createPointsGeometry

function three.CurvePath.prototype.createPointsGeometry ( divisions )

module three.CurvePath.prototype.createSpacedPointsGeometry

function three.CurvePath.prototype.createSpacedPointsGeometry ( divisions )

module three.CurvePath.prototype.getCurveLengths

function three.CurvePath.prototype.getCurveLengths ()

module three.CurvePath.prototype.getLength

function three.CurvePath.prototype.getLength ()

module three.CurvePath.prototype.getPoint

function three.CurvePath.prototype.getPoint ( t )

module three.CurvePath.prototype.getPoints

function three.CurvePath.prototype.getPoints ( divisions )

module three.CurvePath.prototype.getSpacedPoints

function three.CurvePath.prototype.getSpacedPoints ( divisions )

module three.CurvePath.prototype.updateArcLengths

function three.CurvePath.prototype.updateArcLengths ()

module three.CylinderBufferGeometry

function three.CylinderBufferGeometry ( radiusTop, radiusBottom, height, radialSegments, heightSegments, openEnded, thetaStart, thetaLength )

module three.CylinderBufferGeometry.prototype

function three.CylinderBufferGeometry.prototype.constructor ( radiusTop, radiusBottom, height, radialSegments, heightSegments, openEnded, thetaStart, thetaLength )

module three.CylinderGeometry

function three.CylinderGeometry ( radiusTop, radiusBottom, height, radialSegments, heightSegments, openEnded, thetaStart, thetaLength )

module three.CylinderGeometry.prototype

function three.CylinderGeometry.prototype.constructor ( radiusTop, radiusBottom, height, radialSegments, heightSegments, openEnded, thetaStart, thetaLength )

module three.Cylindrical

function three.Cylindrical ( radius, theta, y )

module three.Cylindrical.prototype

function three.Cylindrical.prototype.clone ()

function three.Cylindrical.prototype.constructor ( radius, theta, y )

function three.Cylindrical.prototype.copy ( other )

function three.Cylindrical.prototype.set ( radius, theta, y )

function three.Cylindrical.prototype.setFromVector3 ( vec3 )

module three.Cylindrical.prototype.clone

function three.Cylindrical.prototype.clone ()

module three.Cylindrical.prototype.copy

function three.Cylindrical.prototype.copy ( other )

module three.Cylindrical.prototype.set

function three.Cylindrical.prototype.set ( radius, theta, y )

module three.Cylindrical.prototype.setFromVector3

function three.Cylindrical.prototype.setFromVector3 ( vec3 )

module three.DataTexture

function three.DataTexture ( data, width, height, format, type, mapping, wrapS, wrapT, magFilter, minFilter, anisotropy, encoding )

module three.DataTexture.prototype

function three.DataTexture.prototype.constructor ( data, width, height, format, type, mapping, wrapS, wrapT, magFilter, minFilter, anisotropy, encoding )

module three.DataTextureLoader

function three.DataTextureLoader ( manager )

module three.DataTextureLoader.prototype

function three.DataTextureLoader.prototype.load ( url, onLoad, onProgress, onError )

module three.DataTextureLoader.prototype.load

function three.DataTextureLoader.prototype.load ( url, onLoad, onProgress, onError )

module three.DefaultLoadingManager

function three.DefaultLoadingManager.itemEnd ( url )

function three.DefaultLoadingManager.itemError ( url )

function three.DefaultLoadingManager.itemStart ( url )

module three.DefaultLoadingManager.itemEnd

function three.DefaultLoadingManager.itemEnd ( url )

module three.DefaultLoadingManager.itemError

function three.DefaultLoadingManager.itemError ( url )

module three.DefaultLoadingManager.itemStart

function three.DefaultLoadingManager.itemStart ( url )

module three.DepthTexture

function three.DepthTexture ( width, height, type, mapping, wrapS, wrapT, magFilter, minFilter, anisotropy, format )

module three.DepthTexture.prototype

function three.DepthTexture.prototype.constructor ( width, height, type, mapping, wrapS, wrapT, magFilter, minFilter, anisotropy, format )

module three.DirectionalLight

function three.DirectionalLight ( color, intensity )

module three.DirectionalLight.prototype

function three.DirectionalLight.prototype.constructor ( color, intensity )

function three.DirectionalLight.prototype.copy ( source )

module three.DirectionalLight.prototype.copy

function three.DirectionalLight.prototype.copy ( source )

module three.DirectionalLightHelper

function three.DirectionalLightHelper ( light, size )

module three.DirectionalLightHelper.prototype

function three.DirectionalLightHelper.prototype.constructor ( light, size )

function three.DirectionalLightHelper.prototype.dispose ()

function three.DirectionalLightHelper.prototype.update ()

module three.DirectionalLightHelper.prototype.dispose

function three.DirectionalLightHelper.prototype.dispose ()

module three.DirectionalLightHelper.prototype.update

function three.DirectionalLightHelper.prototype.update ()

module three.DirectionalLightShadow

function three.DirectionalLightShadow ( )

module three.DirectionalLightShadow.prototype

function three.DirectionalLightShadow.prototype.constructor ( )

module three.DiscreteInterpolant

function three.DiscreteInterpolant ( parameterPositions, sampleValues, sampleSize, resultBuffer )

module three.DiscreteInterpolant.prototype

function three.DiscreteInterpolant.prototype.constructor ( parameterPositions, sampleValues, sampleSize, resultBuffer )

function three.DiscreteInterpolant.prototype.interpolate_ ( i1, t0, t, t1 )

module three.DiscreteInterpolant.prototype.interpolate_

function three.DiscreteInterpolant.prototype.interpolate_ ( i1, t0, t, t1 )

module three.DodecahedronBufferGeometry

function three.DodecahedronBufferGeometry ( radius, detail )

module three.DodecahedronBufferGeometry.prototype

function three.DodecahedronBufferGeometry.prototype.constructor ( radius, detail )

module three.DodecahedronGeometry

function three.DodecahedronGeometry ( radius, detail )

module three.DodecahedronGeometry.prototype

function three.DodecahedronGeometry.prototype.constructor ( radius, detail )

module three.DynamicBufferAttribute

function three.DynamicBufferAttribute ( array, itemSize )

module three.EdgesGeometry

function three.EdgesGeometry ( geometry, thresholdAngle )

module three.EdgesGeometry.prototype

function three.EdgesGeometry.prototype.constructor ( geometry, thresholdAngle )

module three.EdgesHelper

function three.EdgesHelper ( object, hex )

module three.EllipseCurve

function three.EllipseCurve ( aX, aY, xRadius, yRadius, aStartAngle, aEndAngle, aClockwise, aRotation )

module three.EllipseCurve.prototype

function three.EllipseCurve.prototype.constructor ( aX, aY, xRadius, yRadius, aStartAngle, aEndAngle, aClockwise, aRotation )

function three.EllipseCurve.prototype.getPoint ( t )

module three.EllipseCurve.prototype.getPoint

function three.EllipseCurve.prototype.getPoint ( t )

module three.Euler

function three.Euler ( x, y, z, order )

module three.Euler.prototype

function three.Euler.prototype.clone ()

function three.Euler.prototype.constructor ( x, y, z, order )

function three.Euler.prototype.copy ( euler )

function three.Euler.prototype.equals ( euler )

function three.Euler.prototype.fromArray ( array )

function three.Euler.prototype.onChange ( callback )

function three.Euler.prototype.onChangeCallback ()

function three.Euler.prototype.reorder ( newOrder )

function three.Euler.prototype.set ( x, y, z, order )

function three.Euler.prototype.setFromQuaternion ( q, order, update )

function three.Euler.prototype.setFromRotationMatrix ( m, order, update )

function three.Euler.prototype.setFromVector3 ( v, order )

function three.Euler.prototype.toArray ( array, offset )

function three.Euler.prototype.toVector3 ( optionalResult )

module three.Euler.prototype.clone

function three.Euler.prototype.clone ()

module three.Euler.prototype.copy

function three.Euler.prototype.copy ( euler )

module three.Euler.prototype.equals

function three.Euler.prototype.equals ( euler )

module three.Euler.prototype.fromArray

function three.Euler.prototype.fromArray ( array )

module three.Euler.prototype.onChange

function three.Euler.prototype.onChange ( callback )

module three.Euler.prototype.onChangeCallback

function three.Euler.prototype.onChangeCallback ()

module three.Euler.prototype.reorder

function three.Euler.prototype.reorder ( newOrder )

module three.Euler.prototype.set

function three.Euler.prototype.set ( x, y, z, order )

module three.Euler.prototype.setFromQuaternion

function three.Euler.prototype.setFromQuaternion ( q, order, update )

module three.Euler.prototype.setFromRotationMatrix

function three.Euler.prototype.setFromRotationMatrix ( m, order, update )

module three.Euler.prototype.setFromVector3

function three.Euler.prototype.setFromVector3 ( v, order )

module three.Euler.prototype.toArray

function three.Euler.prototype.toArray ( array, offset )

module three.Euler.prototype.toVector3

function three.Euler.prototype.toVector3 ( optionalResult )

module three.EventDispatcher

function three.EventDispatcher ()

module three.EventDispatcher.prototype

function three.EventDispatcher.prototype.addEventListener ( type, listener )

function three.EventDispatcher.prototype.dispatchEvent ( event )

function three.EventDispatcher.prototype.hasEventListener ( type, listener )

function three.EventDispatcher.prototype.removeEventListener ( type, listener )

module three.ExtrudeGeometry

function three.ExtrudeGeometry ( shapes, options )

module three.ExtrudeGeometry.WorldUVGenerator

function three.ExtrudeGeometry.WorldUVGenerator.generateSideWallUV ( geometry, indexA, indexB, indexC, indexD )

function three.ExtrudeGeometry.WorldUVGenerator.generateTopUV ( geometry, indexA, indexB, indexC )

module three.ExtrudeGeometry.prototype

function three.ExtrudeGeometry.prototype.addShape ( shape, options )

function three.ExtrudeGeometry.prototype.addShapeList ( shapes, options )

function three.ExtrudeGeometry.prototype.constructor ( shapes, options )

module three.ExtrudeGeometry.prototype.addShape

function three.ExtrudeGeometry.prototype.addShape ( shape, options )

module three.ExtrudeGeometry.prototype.addShapeList

function three.ExtrudeGeometry.prototype.addShapeList ( shapes, options )

module three.Face3

function three.Face3 ( a, b, c, normal, color, materialIndex )

module three.Face3.prototype

function three.Face3.prototype.clone ()

function three.Face3.prototype.constructor ( a, b, c, normal, color, materialIndex )

function three.Face3.prototype.copy ( source )

module three.Face3.prototype.clone

function three.Face3.prototype.clone ()

module three.Face3.prototype.copy

function three.Face3.prototype.copy ( source )

module three.Face4

function three.Face4 ( a, b, c, d, normal, color, materialIndex )

module three.FaceNormalsHelper

function three.FaceNormalsHelper ( object, size, hex, linewidth )

module three.FaceNormalsHelper.prototype

function three.FaceNormalsHelper.prototype.constructor ( object, size, hex, linewidth )

function three.FaceNormalsHelper.prototype.update ()

module three.FaceNormalsHelper.prototype.update

function three.FaceNormalsHelper.prototype.update ()

module three.FileLoader

function three.FileLoader ( manager )

module three.FileLoader.prototype

function three.FileLoader.prototype.load ( url, onLoad, onProgress, onError )

function three.FileLoader.prototype.setMimeType ( value )

function three.FileLoader.prototype.setPath ( value )

function three.FileLoader.prototype.setResponseType ( value )

function three.FileLoader.prototype.setWithCredentials ( value )

module three.FileLoader.prototype.load

function three.FileLoader.prototype.load ( url, onLoad, onProgress, onError )

module three.FileLoader.prototype.setMimeType

function three.FileLoader.prototype.setMimeType ( value )

module three.FileLoader.prototype.setPath

function three.FileLoader.prototype.setPath ( value )

module three.FileLoader.prototype.setResponseType

function three.FileLoader.prototype.setResponseType ( value )

module three.FileLoader.prototype.setWithCredentials

function three.FileLoader.prototype.setWithCredentials ( value )

module three.Float32Attribute

function three.Float32Attribute ( array, itemSize )

module three.Float32BufferAttribute

function three.Float32BufferAttribute ( array, itemSize )

module three.Float32BufferAttribute.prototype

function three.Float32BufferAttribute.prototype.constructor ( array, itemSize )

module three.Float64Attribute

function three.Float64Attribute ( array, itemSize )

module three.Float64BufferAttribute

function three.Float64BufferAttribute ( array, itemSize )

module three.Float64BufferAttribute.prototype

function three.Float64BufferAttribute.prototype.constructor ( array, itemSize )

module three.Fog

function three.Fog ( color, near, far )

module three.Fog.prototype

function three.Fog.prototype.clone ()

function three.Fog.prototype.toJSON ( meta )

module three.Fog.prototype.clone

function three.Fog.prototype.clone ()

module three.Fog.prototype.toJSON

function three.Fog.prototype.toJSON ( meta )

module three.FogExp2

function three.FogExp2 ( color, density )

module three.FogExp2.prototype

function three.FogExp2.prototype.clone ()

function three.FogExp2.prototype.toJSON ( meta )

module three.FogExp2.prototype.clone

function three.FogExp2.prototype.clone ()

module three.FogExp2.prototype.toJSON

function three.FogExp2.prototype.toJSON ( meta )

module three.Font

function three.Font ( data )

module three.Font.prototype

function three.Font.prototype.generateShapes ( text, size, divisions )

module three.Font.prototype.generateShapes

function three.Font.prototype.generateShapes ( text, size, divisions )

module three.FontLoader

function three.FontLoader ( manager )

module three.FontLoader.prototype

function three.FontLoader.prototype.load ( url, onLoad, onProgress, onError )

function three.FontLoader.prototype.parse ( json )

module three.FontLoader.prototype.load

function three.FontLoader.prototype.load ( url, onLoad, onProgress, onError )

module three.FontLoader.prototype.parse

function three.FontLoader.prototype.parse ( json )

module three.Frustum

function three.Frustum ( p0, p1, p2, p3, p4, p5 )

module three.Frustum.prototype

function three.Frustum.prototype.clone ()

function three.Frustum.prototype.constructor ( p0, p1, p2, p3, p4, p5 )

function three.Frustum.prototype.containsPoint ( point )

function three.Frustum.prototype.copy ( frustum )

function three.Frustum.prototype.intersectsBox ( box )

function three.Frustum.prototype.intersectsObject ( object )

function three.Frustum.prototype.intersectsSphere ( sphere )

function three.Frustum.prototype.intersectsSprite ( sprite )

function three.Frustum.prototype.set ( p0, p1, p2, p3, p4, p5 )

function three.Frustum.prototype.setFromMatrix ( m )

module three.Frustum.prototype.clone

function three.Frustum.prototype.clone ()

module three.Frustum.prototype.containsPoint

function three.Frustum.prototype.containsPoint ( point )

module three.Frustum.prototype.copy

function three.Frustum.prototype.copy ( frustum )

module three.Frustum.prototype.intersectsBox

function three.Frustum.prototype.intersectsBox ( box )

module three.Frustum.prototype.intersectsObject

function three.Frustum.prototype.intersectsObject ( object )

module three.Frustum.prototype.intersectsSphere

function three.Frustum.prototype.intersectsSphere ( sphere )

module three.Frustum.prototype.intersectsSprite

function three.Frustum.prototype.intersectsSprite ( sprite )

module three.Frustum.prototype.set

function three.Frustum.prototype.set ( p0, p1, p2, p3, p4, p5 )

module three.Frustum.prototype.setFromMatrix

function three.Frustum.prototype.setFromMatrix ( m )

module three.Geometry

function three.Geometry ()

module three.Geometry.prototype

function three.Geometry.prototype.addEventListener ( type, listener )

function three.Geometry.prototype.applyMatrix ( matrix )

function three.Geometry.prototype.center ()

function three.Geometry.prototype.clone ()

function three.Geometry.prototype.computeBoundingBox ()

function three.Geometry.prototype.computeBoundingSphere ()

function three.Geometry.prototype.computeFaceNormals ()

function three.Geometry.prototype.computeFlatVertexNormals ()

function three.Geometry.prototype.computeLineDistances ()

function three.Geometry.prototype.computeMorphNormals ()

function three.Geometry.prototype.computeTangents ()

function three.Geometry.prototype.computeVertexNormals ( areaWeighted )

function three.Geometry.prototype.constructor ()

function three.Geometry.prototype.copy ( source )

function three.Geometry.prototype.dispatchEvent ( event )

function three.Geometry.prototype.dispose ()

function three.Geometry.prototype.fromBufferGeometry ( geometry )

function three.Geometry.prototype.hasEventListener ( type, listener )

function three.Geometry.prototype.lookAt ( vector )

function three.Geometry.prototype.merge ( geometry, matrix, materialIndexOffset )

function three.Geometry.prototype.mergeMesh ( mesh )

function three.Geometry.prototype.mergeVertices ()

function three.Geometry.prototype.normalize ()

function three.Geometry.prototype.removeEventListener ( type, listener )

function three.Geometry.prototype.rotateX ( angle )

function three.Geometry.prototype.rotateY ( angle )

function three.Geometry.prototype.rotateZ ( angle )

function three.Geometry.prototype.scale ( x, y, z )

function three.Geometry.prototype.sortFacesByMaterialIndex ()

function three.Geometry.prototype.toJSON ()

function three.Geometry.prototype.translate ( x, y, z )

module three.Geometry.prototype.applyMatrix

function three.Geometry.prototype.applyMatrix ( matrix )

module three.Geometry.prototype.center

function three.Geometry.prototype.center ()

module three.Geometry.prototype.clone

function three.Geometry.prototype.clone ()

module three.Geometry.prototype.computeBoundingBox

function three.Geometry.prototype.computeBoundingBox ()

module three.Geometry.prototype.computeBoundingSphere

function three.Geometry.prototype.computeBoundingSphere ()

module three.Geometry.prototype.computeFaceNormals

function three.Geometry.prototype.computeFaceNormals ()

module three.Geometry.prototype.computeFlatVertexNormals

function three.Geometry.prototype.computeFlatVertexNormals ()

module three.Geometry.prototype.computeLineDistances

function three.Geometry.prototype.computeLineDistances ()

module three.Geometry.prototype.computeMorphNormals

function three.Geometry.prototype.computeMorphNormals ()

module three.Geometry.prototype.computeTangents

function three.Geometry.prototype.computeTangents ()

module three.Geometry.prototype.computeVertexNormals

function three.Geometry.prototype.computeVertexNormals ( areaWeighted )

module three.Geometry.prototype.copy

function three.Geometry.prototype.copy ( source )

module three.Geometry.prototype.dispose

function three.Geometry.prototype.dispose ()

module three.Geometry.prototype.fromBufferGeometry

function three.Geometry.prototype.fromBufferGeometry ( geometry )

module three.Geometry.prototype.lookAt

function three.Geometry.prototype.lookAt ( vector )

module three.Geometry.prototype.merge

function three.Geometry.prototype.merge ( geometry, matrix, materialIndexOffset )

module three.Geometry.prototype.mergeMesh

function three.Geometry.prototype.mergeMesh ( mesh )

module three.Geometry.prototype.mergeVertices

function three.Geometry.prototype.mergeVertices ()

module three.Geometry.prototype.normalize

function three.Geometry.prototype.normalize ()

module three.Geometry.prototype.rotateX

function three.Geometry.prototype.rotateX ( angle )

module three.Geometry.prototype.rotateY

function three.Geometry.prototype.rotateY ( angle )

module three.Geometry.prototype.rotateZ

function three.Geometry.prototype.rotateZ ( angle )

module three.Geometry.prototype.scale

function three.Geometry.prototype.scale ( x, y, z )

module three.Geometry.prototype.sortFacesByMaterialIndex

function three.Geometry.prototype.sortFacesByMaterialIndex ()

module three.Geometry.prototype.toJSON

function three.Geometry.prototype.toJSON ()

module three.Geometry.prototype.translate

function three.Geometry.prototype.translate ( x, y, z )

module three.GeometryIdCount

function three.GeometryIdCount ()

module three.GeometryUtils

function three.GeometryUtils.center ( geometry )

function three.GeometryUtils.merge ( geometry1, geometry2, materialIndexOffset )

module three.GeometryUtils.center

function three.GeometryUtils.center ( geometry )

module three.GeometryUtils.merge

function three.GeometryUtils.merge ( geometry1, geometry2, materialIndexOffset )

module three.GridHelper

function three.GridHelper ( size, divisions, color1, color2 )

module three.GridHelper.prototype

function three.GridHelper.prototype.constructor ( size, divisions, color1, color2 )

function three.GridHelper.prototype.setColors ()

module three.GridHelper.prototype.setColors

function three.GridHelper.prototype.setColors ()

module three.Group

function three.Group ()

module three.Group.prototype

function three.Group.prototype.constructor ()

module three.HemisphereLight

function three.HemisphereLight ( skyColor, groundColor, intensity )

module three.HemisphereLight.prototype

function three.HemisphereLight.prototype.constructor ( skyColor, groundColor, intensity )

function three.HemisphereLight.prototype.copy ( source )

module three.HemisphereLight.prototype.copy

function three.HemisphereLight.prototype.copy ( source )

module three.HemisphereLightHelper

function three.HemisphereLightHelper ( light, size )

module three.HemisphereLightHelper.prototype

function three.HemisphereLightHelper.prototype.constructor ( light, size )

function three.HemisphereLightHelper.prototype.dispose ()

function three.HemisphereLightHelper.prototype.update ()

module three.HemisphereLightHelper.prototype.dispose

function three.HemisphereLightHelper.prototype.dispose ()

module three.HemisphereLightHelper.prototype.update

function three.HemisphereLightHelper.prototype.update ()

module three.IcosahedronBufferGeometry

function three.IcosahedronBufferGeometry ( radius, detail )

module three.IcosahedronBufferGeometry.prototype

function three.IcosahedronBufferGeometry.prototype.constructor ( radius, detail )

module three.IcosahedronGeometry

function three.IcosahedronGeometry ( radius, detail )

module three.IcosahedronGeometry.prototype

function three.IcosahedronGeometry.prototype.constructor ( radius, detail )

module three.ImageLoader

function three.ImageLoader ( manager )

module three.ImageLoader.prototype

function three.ImageLoader.prototype.load ( url, onLoad, onProgress, onError )

function three.ImageLoader.prototype.setCrossOrigin ( value )

function three.ImageLoader.prototype.setPath ( value )

module three.ImageLoader.prototype.load

function three.ImageLoader.prototype.load ( url, onLoad, onProgress, onError )

module three.ImageLoader.prototype.setCrossOrigin

function three.ImageLoader.prototype.setCrossOrigin ( value )

module three.ImageLoader.prototype.setPath

function three.ImageLoader.prototype.setPath ( value )

module three.ImageUtils

function three.ImageUtils.loadCompressedTexture ()

function three.ImageUtils.loadCompressedTextureCube ()

function three.ImageUtils.loadTexture ( url, mapping, onLoad, onError )

function three.ImageUtils.loadTextureCube ( urls, mapping, onLoad, onError )

module three.ImageUtils.loadCompressedTexture

function three.ImageUtils.loadCompressedTexture ()

module three.ImageUtils.loadCompressedTextureCube

function three.ImageUtils.loadCompressedTextureCube ()

module three.ImageUtils.loadTexture

function three.ImageUtils.loadTexture ( url, mapping, onLoad, onError )

module three.ImageUtils.loadTextureCube

function three.ImageUtils.loadTextureCube ( urls, mapping, onLoad, onError )

module three.ImmediateRenderObject

function three.ImmediateRenderObject ( material )

module three.ImmediateRenderObject.prototype

function three.ImmediateRenderObject.prototype.constructor ( material )

module three.InstancedBufferAttribute

function three.InstancedBufferAttribute ( array, itemSize, meshPerAttribute )

module three.InstancedBufferAttribute.prototype

function three.InstancedBufferAttribute.prototype.constructor ( array, itemSize, meshPerAttribute )

function three.InstancedBufferAttribute.prototype.copy ( source )

module three.InstancedBufferAttribute.prototype.copy

function three.InstancedBufferAttribute.prototype.copy ( source )

module three.InstancedBufferGeometry

function three.InstancedBufferGeometry ()

module three.InstancedBufferGeometry.prototype

function three.InstancedBufferGeometry.prototype.addGroup ( start, count, materialIndex )

function three.InstancedBufferGeometry.prototype.constructor ()

function three.InstancedBufferGeometry.prototype.copy ( source )

module three.InstancedBufferGeometry.prototype.addGroup

function three.InstancedBufferGeometry.prototype.addGroup ( start, count, materialIndex )

module three.InstancedBufferGeometry.prototype.copy

function three.InstancedBufferGeometry.prototype.copy ( source )

module three.InstancedInterleavedBuffer

function three.InstancedInterleavedBuffer ( array, stride, meshPerAttribute )

module three.InstancedInterleavedBuffer.prototype

function three.InstancedInterleavedBuffer.prototype.constructor ( array, stride, meshPerAttribute )

function three.InstancedInterleavedBuffer.prototype.copy ( source )

module three.InstancedInterleavedBuffer.prototype.copy

function three.InstancedInterleavedBuffer.prototype.copy ( source )

module three.Int16Attribute

function three.Int16Attribute ( array, itemSize )

module three.Int16BufferAttribute

function three.Int16BufferAttribute ( array, itemSize )

module three.Int16BufferAttribute.prototype

function three.Int16BufferAttribute.prototype.constructor ( array, itemSize )

module three.Int32Attribute

function three.Int32Attribute ( array, itemSize )

module three.Int32BufferAttribute

function three.Int32BufferAttribute ( array, itemSize )

module three.Int32BufferAttribute.prototype

function three.Int32BufferAttribute.prototype.constructor ( array, itemSize )

module three.Int8Attribute

function three.Int8Attribute ( array, itemSize )

module three.Int8BufferAttribute

function three.Int8BufferAttribute ( array, itemSize )

module three.Int8BufferAttribute.prototype

function three.Int8BufferAttribute.prototype.constructor ( array, itemSize )

module three.InterleavedBuffer

function three.InterleavedBuffer ( array, stride )

module three.InterleavedBuffer.prototype

function three.InterleavedBuffer.prototype.clone ()

function three.InterleavedBuffer.prototype.constructor ( array, stride )

function three.InterleavedBuffer.prototype.copy ( source )

function three.InterleavedBuffer.prototype.copyAt ( index1, attribute, index2 )

function three.InterleavedBuffer.prototype.onUpload ( callback )

function three.InterleavedBuffer.prototype.set ( value, offset )

function three.InterleavedBuffer.prototype.setArray ( array )

function three.InterleavedBuffer.prototype.setDynamic ( value )

module three.InterleavedBuffer.prototype.clone

function three.InterleavedBuffer.prototype.clone ()

module three.InterleavedBuffer.prototype.copy

function three.InterleavedBuffer.prototype.copy ( source )

module three.InterleavedBuffer.prototype.copyAt

function three.InterleavedBuffer.prototype.copyAt ( index1, attribute, index2 )

module three.InterleavedBuffer.prototype.onUpload

function three.InterleavedBuffer.prototype.onUpload ( callback )

module three.InterleavedBuffer.prototype.set

function three.InterleavedBuffer.prototype.set ( value, offset )

module three.InterleavedBuffer.prototype.setArray

function three.InterleavedBuffer.prototype.setArray ( array )

module three.InterleavedBuffer.prototype.setDynamic

function three.InterleavedBuffer.prototype.setDynamic ( value )

module three.InterleavedBufferAttribute

function three.InterleavedBufferAttribute ( interleavedBuffer, itemSize, offset, normalized )

module three.InterleavedBufferAttribute.prototype

function three.InterleavedBufferAttribute.prototype.constructor ( interleavedBuffer, itemSize, offset, normalized )

function three.InterleavedBufferAttribute.prototype.getW ( index )

function three.InterleavedBufferAttribute.prototype.getX ( index )

function three.InterleavedBufferAttribute.prototype.getY ( index )

function three.InterleavedBufferAttribute.prototype.getZ ( index )

function three.InterleavedBufferAttribute.prototype.setW ( index, w )

function three.InterleavedBufferAttribute.prototype.setX ( index, x )

function three.InterleavedBufferAttribute.prototype.setXY ( index, x, y )

function three.InterleavedBufferAttribute.prototype.setXYZ ( index, x, y, z )

function three.InterleavedBufferAttribute.prototype.setXYZW ( index, x, y, z, w )

function three.InterleavedBufferAttribute.prototype.setY ( index, y )

function three.InterleavedBufferAttribute.prototype.setZ ( index, z )

module three.InterleavedBufferAttribute.prototype.getW

function three.InterleavedBufferAttribute.prototype.getW ( index )

module three.InterleavedBufferAttribute.prototype.getX

function three.InterleavedBufferAttribute.prototype.getX ( index )

module three.InterleavedBufferAttribute.prototype.getY

function three.InterleavedBufferAttribute.prototype.getY ( index )

module three.InterleavedBufferAttribute.prototype.getZ

function three.InterleavedBufferAttribute.prototype.getZ ( index )

module three.InterleavedBufferAttribute.prototype.setW

function three.InterleavedBufferAttribute.prototype.setW ( index, w )

module three.InterleavedBufferAttribute.prototype.setX

function three.InterleavedBufferAttribute.prototype.setX ( index, x )

module three.InterleavedBufferAttribute.prototype.setXY

function three.InterleavedBufferAttribute.prototype.setXY ( index, x, y )

module three.InterleavedBufferAttribute.prototype.setXYZ

function three.InterleavedBufferAttribute.prototype.setXYZ ( index, x, y, z )

module three.InterleavedBufferAttribute.prototype.setXYZW

function three.InterleavedBufferAttribute.prototype.setXYZW ( index, x, y, z, w )

module three.InterleavedBufferAttribute.prototype.setY

function three.InterleavedBufferAttribute.prototype.setY ( index, y )

module three.InterleavedBufferAttribute.prototype.setZ

function three.InterleavedBufferAttribute.prototype.setZ ( index, z )

module three.Interpolant

function three.Interpolant ( parameterPositions, sampleValues, sampleSize, resultBuffer )

module three.Interpolant.prototype

function three.Interpolant.prototype.afterEnd_ ( index )

function three.Interpolant.prototype.beforeStart_ ( index )

function three.Interpolant.prototype.constructor ( parameterPositions, sampleValues, sampleSize, resultBuffer )

function three.Interpolant.prototype.copySampleValue_ ( index )

function three.Interpolant.prototype.evaluate ( t )

function three.Interpolant.prototype.getSettings_ ()

function three.Interpolant.prototype.interpolate_ ( i1, t0, t, t1 )

function three.Interpolant.prototype.intervalChanged_ ( i1, t0, t1 )

module three.Interpolant.prototype.copySampleValue_

function three.Interpolant.prototype.copySampleValue_ ( index )

module three.Interpolant.prototype.evaluate

function three.Interpolant.prototype.evaluate ( t )

module three.Interpolant.prototype.getSettings_

function three.Interpolant.prototype.getSettings_ ()

module three.Interpolant.prototype.interpolate_

function three.Interpolant.prototype.interpolate_ ( i1, t0, t, t1 )

module three.Interpolant.prototype.intervalChanged_

function three.Interpolant.prototype.intervalChanged_ ( i1, t0, t1 )

module three.JSONLoader

function three.JSONLoader ( manager )

module three.JSONLoader.prototype

function three.JSONLoader.prototype.load ( url, onLoad, onProgress, onError )

function three.JSONLoader.prototype.parse ( json, texturePath )

function three.JSONLoader.prototype.setTexturePath ( value )

module three.JSONLoader.prototype.load

function three.JSONLoader.prototype.load ( url, onLoad, onProgress, onError )

module three.JSONLoader.prototype.parse

function three.JSONLoader.prototype.parse ( json, texturePath )

module three.JSONLoader.prototype.setTexturePath

function three.JSONLoader.prototype.setTexturePath ( value )

module three.KeyframeTrack

function three.KeyframeTrack ( name, times, values, interpolation )

function three.KeyframeTrack._getTrackTypeForValueTypeName ( typeName )

function three.KeyframeTrack.parse ( json )

function three.KeyframeTrack.toJSON ( track )

module three.KeyframeTrack._getTrackTypeForValueTypeName

function three.KeyframeTrack._getTrackTypeForValueTypeName ( typeName )

module three.KeyframeTrack.parse

function three.KeyframeTrack.parse ( json )

module three.KeyframeTrack.prototype

function three.KeyframeTrack.prototype.InterpolantFactoryMethodDiscrete ( result )

function three.KeyframeTrack.prototype.InterpolantFactoryMethodLinear ( result )

function three.KeyframeTrack.prototype.InterpolantFactoryMethodSmooth ( result )

function three.KeyframeTrack.prototype.TimeBufferType ()

function three.KeyframeTrack.prototype.ValueBufferType ()

function three.KeyframeTrack.prototype.constructor ( name, times, values, interpolation )

function three.KeyframeTrack.prototype.getInterpolation ()

function three.KeyframeTrack.prototype.getValueSize ()

function three.KeyframeTrack.prototype.optimize ()

function three.KeyframeTrack.prototype.scale ( timeScale )

function three.KeyframeTrack.prototype.setInterpolation ( interpolation )

function three.KeyframeTrack.prototype.shift ( timeOffset )

function three.KeyframeTrack.prototype.trim ( startTime, endTime )

function three.KeyframeTrack.prototype.validate ()

module three.KeyframeTrack.prototype.InterpolantFactoryMethodDiscrete

function three.KeyframeTrack.prototype.InterpolantFactoryMethodDiscrete ( result )

module three.KeyframeTrack.prototype.InterpolantFactoryMethodLinear

function three.KeyframeTrack.prototype.InterpolantFactoryMethodLinear ( result )

module three.KeyframeTrack.prototype.InterpolantFactoryMethodSmooth

function three.KeyframeTrack.prototype.InterpolantFactoryMethodSmooth ( result )

module three.KeyframeTrack.prototype.TimeBufferType

function three.KeyframeTrack.prototype.TimeBufferType ()

module three.KeyframeTrack.prototype.getInterpolation

function three.KeyframeTrack.prototype.getInterpolation ()

module three.KeyframeTrack.prototype.getValueSize

function three.KeyframeTrack.prototype.getValueSize ()

module three.KeyframeTrack.prototype.optimize

function three.KeyframeTrack.prototype.optimize ()

module three.KeyframeTrack.prototype.scale

function three.KeyframeTrack.prototype.scale ( timeScale )

module three.KeyframeTrack.prototype.setInterpolation

function three.KeyframeTrack.prototype.setInterpolation ( interpolation )

module three.KeyframeTrack.prototype.shift

function three.KeyframeTrack.prototype.shift ( timeOffset )

module three.KeyframeTrack.prototype.trim

function three.KeyframeTrack.prototype.trim ( startTime, endTime )

module three.KeyframeTrack.prototype.validate

function three.KeyframeTrack.prototype.validate ()

module three.KeyframeTrack.toJSON

function three.KeyframeTrack.toJSON ( track )

module three.LOD

function three.LOD ()

module three.LOD.prototype

function three.LOD.prototype.addLevel ( object, distance )

function three.LOD.prototype.constructor ()

function three.LOD.prototype.copy ( source )

function three.LOD.prototype.getObjectForDistance ( distance )

function three.LOD.prototype.raycast ( raycaster, intersects )

function three.LOD.prototype.toJSON ( meta )

function three.LOD.prototype.update ( camera )

module three.LOD.prototype.addLevel

function three.LOD.prototype.addLevel ( object, distance )

module three.LOD.prototype.copy

function three.LOD.prototype.copy ( source )

module three.LOD.prototype.getObjectForDistance

function three.LOD.prototype.getObjectForDistance ( distance )

module three.LOD.prototype.raycast

function three.LOD.prototype.raycast ( raycaster, intersects )

module three.LOD.prototype.toJSON

function three.LOD.prototype.toJSON ( meta )

module three.LOD.prototype.update

function three.LOD.prototype.update ( camera )

module three.LatheBufferGeometry

function three.LatheBufferGeometry ( points, segments, phiStart, phiLength )

module three.LatheBufferGeometry.prototype

function three.LatheBufferGeometry.prototype.constructor ( points, segments, phiStart, phiLength )

module three.LatheGeometry

function three.LatheGeometry ( points, segments, phiStart, phiLength )

module three.LatheGeometry.prototype

function three.LatheGeometry.prototype.constructor ( points, segments, phiStart, phiLength )

module three.Layers

function three.Layers ()

module three.Layers.prototype

function three.Layers.prototype.constructor ()

function three.Layers.prototype.disable ( channel )

function three.Layers.prototype.enable ( channel )

function three.Layers.prototype.set ( channel )

function three.Layers.prototype.test ( layers )

function three.Layers.prototype.toggle ( channel )

module three.Layers.prototype.disable

function three.Layers.prototype.disable ( channel )

module three.Layers.prototype.enable

function three.Layers.prototype.enable ( channel )

module three.Layers.prototype.set

function three.Layers.prototype.set ( channel )

module three.Layers.prototype.test

function three.Layers.prototype.test ( layers )

module three.Layers.prototype.toggle

function three.Layers.prototype.toggle ( channel )

module three.LensFlare

function three.LensFlare ( texture, size, distance, blending, color )

module three.LensFlare.prototype

function three.LensFlare.prototype.add ( texture, size, distance, blending, color, opacity )

function three.LensFlare.prototype.constructor ( texture, size, distance, blending, color )

function three.LensFlare.prototype.copy ( source )

function three.LensFlare.prototype.updateLensFlares ()

module three.LensFlare.prototype.add

function three.LensFlare.prototype.add ( texture, size, distance, blending, color, opacity )

module three.LensFlare.prototype.copy

function three.LensFlare.prototype.copy ( source )

module three.LensFlare.prototype.updateLensFlares

function three.LensFlare.prototype.updateLensFlares ()

module three.Light

function three.Light ( color, intensity )

module three.Light.prototype

function three.Light.prototype.constructor ( color, intensity )

function three.Light.prototype.copy ( source )

function three.Light.prototype.toJSON ( meta )

module three.Light.prototype.copy

function three.Light.prototype.copy ( source )

module three.Light.prototype.toJSON

function three.Light.prototype.toJSON ( meta )

module three.LightShadow

function three.LightShadow ( camera )

module three.LightShadow.prototype

function three.LightShadow.prototype.clone ()

function three.LightShadow.prototype.copy ( source )

function three.LightShadow.prototype.toJSON ()

module three.LightShadow.prototype.clone

function three.LightShadow.prototype.clone ()

module three.LightShadow.prototype.copy

function three.LightShadow.prototype.copy ( source )

module three.LightShadow.prototype.toJSON

function three.LightShadow.prototype.toJSON ()

module three.Line

function three.Line ( geometry, material, mode )

module three.Line.prototype

function three.Line.prototype.clone ()

function three.Line.prototype.constructor ( geometry, material, mode )

function three.Line.prototype.raycast ( raycaster, intersects )

module three.Line.prototype.clone

function three.Line.prototype.clone ()

module three.Line.prototype.raycast

function three.Line.prototype.raycast ( raycaster, intersects )

module three.Line3

function three.Line3 ( start, end )

module three.Line3.prototype

function three.Line3.prototype.applyMatrix4 ( matrix )

function three.Line3.prototype.at ( t, optionalTarget )

function three.Line3.prototype.center ( optionalTarget )

function three.Line3.prototype.clone ()

function three.Line3.prototype.closestPointToPoint ( point, clampToLine, optionalTarget )

function three.Line3.prototype.closestPointToPointParameter ( point, clampToLine )

function three.Line3.prototype.constructor ( start, end )

function three.Line3.prototype.copy ( line )

function three.Line3.prototype.delta ( optionalTarget )

function three.Line3.prototype.distance ()

function three.Line3.prototype.distanceSq ()

function three.Line3.prototype.equals ( line )

function three.Line3.prototype.getCenter ( optionalTarget )

function three.Line3.prototype.set ( start, end )

module three.Line3.prototype.applyMatrix4

function three.Line3.prototype.applyMatrix4 ( matrix )

module three.Line3.prototype.at

function three.Line3.prototype.at ( t, optionalTarget )

module three.Line3.prototype.center

function three.Line3.prototype.center ( optionalTarget )

module three.Line3.prototype.clone

function three.Line3.prototype.clone ()

module three.Line3.prototype.closestPointToPoint

function three.Line3.prototype.closestPointToPoint ( point, clampToLine, optionalTarget )

module three.Line3.prototype.closestPointToPointParameter

function three.Line3.prototype.closestPointToPointParameter ( point, clampToLine )

module three.Line3.prototype.copy

function three.Line3.prototype.copy ( line )

module three.Line3.prototype.delta

function three.Line3.prototype.delta ( optionalTarget )

module three.Line3.prototype.distance

function three.Line3.prototype.distance ()

module three.Line3.prototype.distanceSq

function three.Line3.prototype.distanceSq ()

module three.Line3.prototype.equals

function three.Line3.prototype.equals ( line )

module three.Line3.prototype.getCenter

function three.Line3.prototype.getCenter ( optionalTarget )

module three.Line3.prototype.set

function three.Line3.prototype.set ( start, end )

module three.LineBasicMaterial

function three.LineBasicMaterial ( parameters )

module three.LineBasicMaterial.prototype

function three.LineBasicMaterial.prototype.constructor ( parameters )

function three.LineBasicMaterial.prototype.copy ( source )

module three.LineBasicMaterial.prototype.copy

function three.LineBasicMaterial.prototype.copy ( source )

module three.LineCurve

function three.LineCurve ( v1, v2 )

module three.LineCurve.prototype

function three.LineCurve.prototype.constructor ( v1, v2 )

function three.LineCurve.prototype.getPoint ( t )

function three.LineCurve.prototype.getPointAt ( u )

function three.LineCurve.prototype.getTangent ( t )

module three.LineCurve.prototype.getPoint

function three.LineCurve.prototype.getPoint ( t )

module three.LineCurve.prototype.getPointAt

function three.LineCurve.prototype.getPointAt ( u )

module three.LineCurve.prototype.getTangent

function three.LineCurve.prototype.getTangent ( t )

module three.LineCurve3

function three.LineCurve3 ( v1, v2 )

module three.LineCurve3.prototype

function three.LineCurve3.prototype.constructor ( v1, v2 )

function three.LineCurve3.prototype.getPoint ( t )

module three.LineCurve3.prototype.getPoint

function three.LineCurve3.prototype.getPoint ( t )

module three.LineDashedMaterial

function three.LineDashedMaterial ( parameters )

module three.LineDashedMaterial.prototype

function three.LineDashedMaterial.prototype.constructor ( parameters )

function three.LineDashedMaterial.prototype.copy ( source )

module three.LineDashedMaterial.prototype.copy

function three.LineDashedMaterial.prototype.copy ( source )

module three.LineSegments

function three.LineSegments ( geometry, material )

module three.LineSegments.prototype

function three.LineSegments.prototype.constructor ( geometry, material )

module three.LinearInterpolant

function three.LinearInterpolant ( parameterPositions, sampleValues, sampleSize, resultBuffer )

module three.LinearInterpolant.prototype

function three.LinearInterpolant.prototype.constructor ( parameterPositions, sampleValues, sampleSize, resultBuffer )

function three.LinearInterpolant.prototype.interpolate_ ( i1, t0, t, t1 )

module three.LinearInterpolant.prototype.interpolate_

function three.LinearInterpolant.prototype.interpolate_ ( i1, t0, t, t1 )

module three.Loader

function three.Loader ()

module three.Loader.Handlers

function three.Loader.Handlers.add ( regex, loader )

function three.Loader.Handlers.get ( file )

module three.Loader.prototype

function three.Loader.prototype.constructor ()

function three.Loader.prototype.createMaterial ( m, texturePath, crossOrigin )

function three.Loader.prototype.extractUrlBase ( url )

function three.Loader.prototype.initMaterials ( materials, texturePath, crossOrigin )

module three.Loader.prototype.createMaterial

function three.Loader.prototype.createMaterial ( m, texturePath, crossOrigin )

module three.Loader.prototype.extractUrlBase

function three.Loader.prototype.extractUrlBase ( url )

module three.Loader.prototype.initMaterials

function three.Loader.prototype.initMaterials ( materials, texturePath, crossOrigin )

module three.LoadingManager

function three.LoadingManager ( onLoad, onProgress, onError )

module three.Material

function three.Material ()

module three.Material.prototype

function three.Material.prototype.addEventListener ( type, listener )

function three.Material.prototype.clone ()

function three.Material.prototype.constructor ()

function three.Material.prototype.copy ( source )

function three.Material.prototype.dispatchEvent ( event )

function three.Material.prototype.dispose ()

function three.Material.prototype.hasEventListener ( type, listener )

function three.Material.prototype.removeEventListener ( type, listener )

function three.Material.prototype.setValues ( values )

function three.Material.prototype.toJSON ( meta )

function three.Material.prototype.update ()

module three.Material.prototype.clone

function three.Material.prototype.clone ()

module three.Material.prototype.copy

function three.Material.prototype.copy ( source )

module three.Material.prototype.dispose

function three.Material.prototype.dispose ()

module three.Material.prototype.setValues

function three.Material.prototype.setValues ( values )

module three.Material.prototype.toJSON

function three.Material.prototype.toJSON ( meta )

module three.Material.prototype.update

function three.Material.prototype.update ()

module three.MaterialLoader

function three.MaterialLoader ( manager )

module three.MaterialLoader.prototype

function three.MaterialLoader.prototype.load ( url, onLoad, onProgress, onError )

function three.MaterialLoader.prototype.parse ( json )

function three.MaterialLoader.prototype.setTextures ( value )

module three.MaterialLoader.prototype.load

function three.MaterialLoader.prototype.load ( url, onLoad, onProgress, onError )

module three.MaterialLoader.prototype.parse

function three.MaterialLoader.prototype.parse ( json )

module three.MaterialLoader.prototype.setTextures

function three.MaterialLoader.prototype.setTextures ( value )

module three.Math

function three.Math.clamp ( value, min, max )

function three.Math.degToRad ( degrees )

function three.Math.euclideanModulo ( n, m )

function three.Math.generateUUID ()

function three.Math.isPowerOfTwo ( value )

function three.Math.lerp ( x, y, t )

function three.Math.mapLinear ( x, a1, a2, b1, b2 )

function three.Math.nearestPowerOfTwo ( value )

function three.Math.nextPowerOfTwo ( value )

function three.Math.radToDeg ( radians )

function three.Math.randFloat ( low, high )

function three.Math.randFloatSpread ( range )

function three.Math.randInt ( low, high )

function three.Math.random16 ()

function three.Math.smootherstep ( x, min, max )

function three.Math.smoothstep ( x, min, max )

module three.Math.clamp

function three.Math.clamp ( value, min, max )

module three.Math.degToRad

function three.Math.degToRad ( degrees )

module three.Math.euclideanModulo

function three.Math.euclideanModulo ( n, m )

module three.Math.generateUUID

function three.Math.generateUUID ()

module three.Math.isPowerOfTwo

function three.Math.isPowerOfTwo ( value )

module three.Math.lerp

function three.Math.lerp ( x, y, t )

module three.Math.mapLinear

function three.Math.mapLinear ( x, a1, a2, b1, b2 )

module three.Math.nearestPowerOfTwo

function three.Math.nearestPowerOfTwo ( value )

module three.Math.nextPowerOfTwo

function three.Math.nextPowerOfTwo ( value )

module three.Math.radToDeg

function three.Math.radToDeg ( radians )

module three.Math.randFloat

function three.Math.randFloat ( low, high )

module three.Math.randFloatSpread

function three.Math.randFloatSpread ( range )

module three.Math.randInt

function three.Math.randInt ( low, high )

module three.Math.random16

function three.Math.random16 ()

module three.Math.smootherstep

function three.Math.smootherstep ( x, min, max )

module three.Math.smoothstep

function three.Math.smoothstep ( x, min, max )

module three.Matrix3

function three.Matrix3 ()

module three.Matrix3.prototype

function three.Matrix3.prototype.applyToBuffer ( buffer, offset, length )

function three.Matrix3.prototype.applyToBufferAttribute ( attribute )

function three.Matrix3.prototype.applyToVector3Array ( array, offset, length )

function three.Matrix3.prototype.clone ()

function three.Matrix3.prototype.constructor ()

function three.Matrix3.prototype.copy ( m )

function three.Matrix3.prototype.determinant ()

function three.Matrix3.prototype.flattenToArrayOffset ( array, offset )

function three.Matrix3.prototype.fromArray ( array, offset )

function three.Matrix3.prototype.getInverse ( matrix, throwOnDegenerate )

function three.Matrix3.prototype.getNormalMatrix ( matrix4 )

function three.Matrix3.prototype.identity ()

function three.Matrix3.prototype.multiplyScalar ( s )

function three.Matrix3.prototype.multiplyVector3 ( vector )

function three.Matrix3.prototype.multiplyVector3Array ( a )

function three.Matrix3.prototype.set ( n11, n12, n13, n21, n22, n23, n31, n32, n33 )

function three.Matrix3.prototype.setFromMatrix4 ( m )

function three.Matrix3.prototype.toArray ( array, offset )

function three.Matrix3.prototype.transpose ()

function three.Matrix3.prototype.transposeIntoArray ( r )

module three.Matrix3.prototype.applyToBuffer

function three.Matrix3.prototype.applyToBuffer ( buffer, offset, length )

module three.Matrix3.prototype.applyToBufferAttribute

function three.Matrix3.prototype.applyToBufferAttribute ( attribute )

module three.Matrix3.prototype.applyToVector3Array

function three.Matrix3.prototype.applyToVector3Array ( array, offset, length )

module three.Matrix3.prototype.clone

function three.Matrix3.prototype.clone ()

module three.Matrix3.prototype.copy

function three.Matrix3.prototype.copy ( m )

module three.Matrix3.prototype.determinant

function three.Matrix3.prototype.determinant ()

module three.Matrix3.prototype.flattenToArrayOffset

function three.Matrix3.prototype.flattenToArrayOffset ( array, offset )

module three.Matrix3.prototype.fromArray

function three.Matrix3.prototype.fromArray ( array, offset )

module three.Matrix3.prototype.getInverse

function three.Matrix3.prototype.getInverse ( matrix, throwOnDegenerate )

module three.Matrix3.prototype.getNormalMatrix

function three.Matrix3.prototype.getNormalMatrix ( matrix4 )

module three.Matrix3.prototype.identity

function three.Matrix3.prototype.identity ()

module three.Matrix3.prototype.multiplyScalar

function three.Matrix3.prototype.multiplyScalar ( s )

module three.Matrix3.prototype.multiplyVector3

function three.Matrix3.prototype.multiplyVector3 ( vector )

module three.Matrix3.prototype.multiplyVector3Array

function three.Matrix3.prototype.multiplyVector3Array ( a )

module three.Matrix3.prototype.set

function three.Matrix3.prototype.set ( n11, n12, n13, n21, n22, n23, n31, n32, n33 )

module three.Matrix3.prototype.setFromMatrix4

function three.Matrix3.prototype.setFromMatrix4 ( m )

module three.Matrix3.prototype.toArray

function three.Matrix3.prototype.toArray ( array, offset )

module three.Matrix3.prototype.transpose

function three.Matrix3.prototype.transpose ()

module three.Matrix3.prototype.transposeIntoArray

function three.Matrix3.prototype.transposeIntoArray ( r )

module three.Matrix4

function three.Matrix4 ()

module three.Matrix4.prototype

function three.Matrix4.prototype.applyToBuffer ( buffer, offset, length )

function three.Matrix4.prototype.applyToBufferAttribute ( attribute )

function three.Matrix4.prototype.applyToVector3Array ( array, offset, length )

function three.Matrix4.prototype.clone ()

function three.Matrix4.prototype.compose ( position, quaternion, scale )

function three.Matrix4.prototype.constructor ()

function three.Matrix4.prototype.copy ( m )

function three.Matrix4.prototype.copyPosition ( m )

function three.Matrix4.prototype.crossVector ( vector )

function three.Matrix4.prototype.decompose ( position, quaternion, scale )

function three.Matrix4.prototype.determinant ()

function three.Matrix4.prototype.equals ( matrix )

function three.Matrix4.prototype.extractBasis ( xAxis, yAxis, zAxis )

function three.Matrix4.prototype.extractPosition ( m )

function three.Matrix4.prototype.extractRotation ( m )

function three.Matrix4.prototype.flattenToArrayOffset ( array, offset )

function three.Matrix4.prototype.fromArray ( array, offset )

function three.Matrix4.prototype.getInverse ( m, throwOnDegenerate )

function three.Matrix4.prototype.getMaxScaleOnAxis ()

function three.Matrix4.prototype.getPosition ()

function three.Matrix4.prototype.identity ()

function three.Matrix4.prototype.lookAt ( eye, target, up )

function three.Matrix4.prototype.makeBasis ( xAxis, yAxis, zAxis )

function three.Matrix4.prototype.makeFrustum ( left, right, bottom, top, near, far )

function three.Matrix4.prototype.makeOrthographic ( left, right, top, bottom, near, far )

function three.Matrix4.prototype.makePerspective ( left, right, top, bottom, near, far )

function three.Matrix4.prototype.makeRotationAxis ( axis, angle )

function three.Matrix4.prototype.makeRotationFromEuler ( euler )

function three.Matrix4.prototype.makeRotationFromQuaternion ( q )

function three.Matrix4.prototype.makeRotationX ( theta )

function three.Matrix4.prototype.makeRotationY ( theta )

function three.Matrix4.prototype.makeRotationZ ( theta )

function three.Matrix4.prototype.makeScale ( x, y, z )

function three.Matrix4.prototype.makeShear ( x, y, z )

function three.Matrix4.prototype.makeTranslation ( x, y, z )

function three.Matrix4.prototype.multiply ( m, n )

function three.Matrix4.prototype.multiplyMatrices ( a, b )

function three.Matrix4.prototype.multiplyScalar ( s )

function three.Matrix4.prototype.multiplyToArray ( a, b, r )

function three.Matrix4.prototype.multiplyVector3 ( vector )

function three.Matrix4.prototype.multiplyVector3Array ( a )

function three.Matrix4.prototype.multiplyVector4 ( vector )

function three.Matrix4.prototype.premultiply ( m )

function three.Matrix4.prototype.rotateAxis ( v )

function three.Matrix4.prototype.rotateByAxis ()

function three.Matrix4.prototype.rotateX ()

function three.Matrix4.prototype.rotateY ()

function three.Matrix4.prototype.rotateZ ()

function three.Matrix4.prototype.scale ( v )

function three.Matrix4.prototype.set ( n11, n12, n13, n14, n21, n22, n23, n24, n31, n32, n33, n34, n41, n42, n43, n44 )

function three.Matrix4.prototype.setPosition ( v )

function three.Matrix4.prototype.setRotationFromQuaternion ( q )

function three.Matrix4.prototype.toArray ( array, offset )

function three.Matrix4.prototype.translate ()

function three.Matrix4.prototype.transpose ()

module three.Matrix4.prototype.applyToBuffer

function three.Matrix4.prototype.applyToBuffer ( buffer, offset, length )

module three.Matrix4.prototype.applyToBufferAttribute

function three.Matrix4.prototype.applyToBufferAttribute ( attribute )

module three.Matrix4.prototype.applyToVector3Array

function three.Matrix4.prototype.applyToVector3Array ( array, offset, length )

module three.Matrix4.prototype.clone

function three.Matrix4.prototype.clone ()

module three.Matrix4.prototype.compose

function three.Matrix4.prototype.compose ( position, quaternion, scale )

module three.Matrix4.prototype.copy

function three.Matrix4.prototype.copy ( m )

module three.Matrix4.prototype.copyPosition

function three.Matrix4.prototype.copyPosition ( m )

module three.Matrix4.prototype.crossVector

function three.Matrix4.prototype.crossVector ( vector )

module three.Matrix4.prototype.decompose

function three.Matrix4.prototype.decompose ( position, quaternion, scale )

module three.Matrix4.prototype.determinant

function three.Matrix4.prototype.determinant ()

module three.Matrix4.prototype.equals

function three.Matrix4.prototype.equals ( matrix )

module three.Matrix4.prototype.extractBasis

function three.Matrix4.prototype.extractBasis ( xAxis, yAxis, zAxis )

module three.Matrix4.prototype.extractPosition

function three.Matrix4.prototype.extractPosition ( m )

module three.Matrix4.prototype.extractRotation

function three.Matrix4.prototype.extractRotation ( m )

module three.Matrix4.prototype.flattenToArrayOffset

function three.Matrix4.prototype.flattenToArrayOffset ( array, offset )

module three.Matrix4.prototype.fromArray

function three.Matrix4.prototype.fromArray ( array, offset )

module three.Matrix4.prototype.getInverse

function three.Matrix4.prototype.getInverse ( m, throwOnDegenerate )

module three.Matrix4.prototype.getMaxScaleOnAxis

function three.Matrix4.prototype.getMaxScaleOnAxis ()

module three.Matrix4.prototype.getPosition

function three.Matrix4.prototype.getPosition ()

module three.Matrix4.prototype.identity

function three.Matrix4.prototype.identity ()

module three.Matrix4.prototype.lookAt

function three.Matrix4.prototype.lookAt ( eye, target, up )

module three.Matrix4.prototype.makeBasis

function three.Matrix4.prototype.makeBasis ( xAxis, yAxis, zAxis )

module three.Matrix4.prototype.makeFrustum

function three.Matrix4.prototype.makeFrustum ( left, right, bottom, top, near, far )

module three.Matrix4.prototype.makeOrthographic

function three.Matrix4.prototype.makeOrthographic ( left, right, top, bottom, near, far )

module three.Matrix4.prototype.makePerspective

function three.Matrix4.prototype.makePerspective ( left, right, top, bottom, near, far )

module three.Matrix4.prototype.makeRotationAxis

function three.Matrix4.prototype.makeRotationAxis ( axis, angle )

module three.Matrix4.prototype.makeRotationFromEuler

function three.Matrix4.prototype.makeRotationFromEuler ( euler )

module three.Matrix4.prototype.makeRotationFromQuaternion

function three.Matrix4.prototype.makeRotationFromQuaternion ( q )

module three.Matrix4.prototype.makeRotationX

function three.Matrix4.prototype.makeRotationX ( theta )

module three.Matrix4.prototype.makeRotationY

function three.Matrix4.prototype.makeRotationY ( theta )

module three.Matrix4.prototype.makeRotationZ

function three.Matrix4.prototype.makeRotationZ ( theta )

module three.Matrix4.prototype.makeScale

function three.Matrix4.prototype.makeScale ( x, y, z )

module three.Matrix4.prototype.makeShear

function three.Matrix4.prototype.makeShear ( x, y, z )

module three.Matrix4.prototype.makeTranslation

function three.Matrix4.prototype.makeTranslation ( x, y, z )

module three.Matrix4.prototype.multiply

function three.Matrix4.prototype.multiply ( m, n )

module three.Matrix4.prototype.multiplyMatrices

function three.Matrix4.prototype.multiplyMatrices ( a, b )

module three.Matrix4.prototype.multiplyScalar

function three.Matrix4.prototype.multiplyScalar ( s )

module three.Matrix4.prototype.multiplyToArray

function three.Matrix4.prototype.multiplyToArray ( a, b, r )

module three.Matrix4.prototype.multiplyVector3

function three.Matrix4.prototype.multiplyVector3 ( vector )

module three.Matrix4.prototype.multiplyVector3Array

function three.Matrix4.prototype.multiplyVector3Array ( a )

module three.Matrix4.prototype.multiplyVector4

function three.Matrix4.prototype.multiplyVector4 ( vector )

module three.Matrix4.prototype.premultiply

function three.Matrix4.prototype.premultiply ( m )

module three.Matrix4.prototype.rotateAxis

function three.Matrix4.prototype.rotateAxis ( v )

module three.Matrix4.prototype.rotateByAxis

function three.Matrix4.prototype.rotateByAxis ()

module three.Matrix4.prototype.rotateX

function three.Matrix4.prototype.rotateX ()

module three.Matrix4.prototype.rotateY

function three.Matrix4.prototype.rotateY ()

module three.Matrix4.prototype.rotateZ

function three.Matrix4.prototype.rotateZ ()

module three.Matrix4.prototype.scale

function three.Matrix4.prototype.scale ( v )

module three.Matrix4.prototype.set

function three.Matrix4.prototype.set ( n11, n12, n13, n14, n21, n22, n23, n24, n31, n32, n33, n34, n41, n42, n43, n44 )

module three.Matrix4.prototype.setPosition

function three.Matrix4.prototype.setPosition ( v )

module three.Matrix4.prototype.setRotationFromQuaternion

function three.Matrix4.prototype.setRotationFromQuaternion ( q )

module three.Matrix4.prototype.toArray

function three.Matrix4.prototype.toArray ( array, offset )

module three.Matrix4.prototype.translate

function three.Matrix4.prototype.translate ()

module three.Matrix4.prototype.transpose

function three.Matrix4.prototype.transpose ()

module three.Mesh

function three.Mesh ( geometry, material )

module three.Mesh.prototype

function three.Mesh.prototype.clone ()

function three.Mesh.prototype.constructor ( geometry, material )

function three.Mesh.prototype.copy ( source )

function three.Mesh.prototype.raycast ( raycaster, intersects )

function three.Mesh.prototype.setDrawMode ( value )

function three.Mesh.prototype.updateMorphTargets ()

module three.Mesh.prototype.clone

function three.Mesh.prototype.clone ()

module three.Mesh.prototype.copy

function three.Mesh.prototype.copy ( source )

module three.Mesh.prototype.raycast

function three.Mesh.prototype.raycast ( raycaster, intersects )

module three.Mesh.prototype.setDrawMode

function three.Mesh.prototype.setDrawMode ( value )

module three.Mesh.prototype.updateMorphTargets

function three.Mesh.prototype.updateMorphTargets ()

module three.MeshBasicMaterial

function three.MeshBasicMaterial ( parameters )

module three.MeshBasicMaterial.prototype

function three.MeshBasicMaterial.prototype.constructor ( parameters )

function three.MeshBasicMaterial.prototype.copy ( source )

module three.MeshBasicMaterial.prototype.copy

function three.MeshBasicMaterial.prototype.copy ( source )

module three.MeshDepthMaterial

function three.MeshDepthMaterial ( parameters )

module three.MeshDepthMaterial.prototype

function three.MeshDepthMaterial.prototype.constructor ( parameters )

function three.MeshDepthMaterial.prototype.copy ( source )

module three.MeshDepthMaterial.prototype.copy

function three.MeshDepthMaterial.prototype.copy ( source )

module three.MeshFaceMaterial

function three.MeshFaceMaterial ( materials )

module three.MeshLambertMaterial

function three.MeshLambertMaterial ( parameters )

module three.MeshLambertMaterial.prototype

function three.MeshLambertMaterial.prototype.constructor ( parameters )

function three.MeshLambertMaterial.prototype.copy ( source )

module three.MeshLambertMaterial.prototype.copy

function three.MeshLambertMaterial.prototype.copy ( source )

module three.MeshNormalMaterial

function three.MeshNormalMaterial ( parameters )

module three.MeshNormalMaterial.prototype

function three.MeshNormalMaterial.prototype.constructor ( parameters )

function three.MeshNormalMaterial.prototype.copy ( source )

module three.MeshNormalMaterial.prototype.copy

function three.MeshNormalMaterial.prototype.copy ( source )

module three.MeshPhongMaterial

function three.MeshPhongMaterial ( parameters )

module three.MeshPhongMaterial.prototype

function three.MeshPhongMaterial.prototype.constructor ( parameters )

function three.MeshPhongMaterial.prototype.copy ( source )

module three.MeshPhongMaterial.prototype.copy

function three.MeshPhongMaterial.prototype.copy ( source )

module three.MeshPhysicalMaterial

function three.MeshPhysicalMaterial ( parameters )

module three.MeshPhysicalMaterial.prototype

function three.MeshPhysicalMaterial.prototype.constructor ( parameters )

function three.MeshPhysicalMaterial.prototype.copy ( source )

module three.MeshPhysicalMaterial.prototype.copy

function three.MeshPhysicalMaterial.prototype.copy ( source )

module three.MeshStandardMaterial

function three.MeshStandardMaterial ( parameters )

module three.MeshStandardMaterial.prototype

function three.MeshStandardMaterial.prototype.constructor ( parameters )

function three.MeshStandardMaterial.prototype.copy ( source )

module three.MeshStandardMaterial.prototype.copy

function three.MeshStandardMaterial.prototype.copy ( source )

module three.MeshToonMaterial

function three.MeshToonMaterial ( parameters )

module three.MeshToonMaterial.prototype

function three.MeshToonMaterial.prototype.constructor ( parameters )

function three.MeshToonMaterial.prototype.copy ( source )

module three.MeshToonMaterial.prototype.copy

function three.MeshToonMaterial.prototype.copy ( source )

module three.MorphBlendMesh

function three.MorphBlendMesh ( geometry, material )

module three.MorphBlendMesh.prototype

function three.MorphBlendMesh.prototype.autoCreateAnimations ( fps )

function three.MorphBlendMesh.prototype.constructor ( geometry, material )

function three.MorphBlendMesh.prototype.createAnimation ( name, start, end, fps )

function three.MorphBlendMesh.prototype.getAnimationDuration ( name )

function three.MorphBlendMesh.prototype.getAnimationTime ( name )

function three.MorphBlendMesh.prototype.playAnimation ( name )

function three.MorphBlendMesh.prototype.setAnimationDirectionBackward ( name )

function three.MorphBlendMesh.prototype.setAnimationDirectionForward ( name )

function three.MorphBlendMesh.prototype.setAnimationDuration ( name, duration )

function three.MorphBlendMesh.prototype.setAnimationFPS ( name, fps )

function three.MorphBlendMesh.prototype.setAnimationTime ( name, time )

function three.MorphBlendMesh.prototype.setAnimationWeight ( name, weight )

function three.MorphBlendMesh.prototype.stopAnimation ( name )

function three.MorphBlendMesh.prototype.update ( delta )

module three.MorphBlendMesh.prototype.autoCreateAnimations

function three.MorphBlendMesh.prototype.autoCreateAnimations ( fps )

module three.MorphBlendMesh.prototype.createAnimation

function three.MorphBlendMesh.prototype.createAnimation ( name, start, end, fps )

module three.MorphBlendMesh.prototype.getAnimationDuration

function three.MorphBlendMesh.prototype.getAnimationDuration ( name )

module three.MorphBlendMesh.prototype.getAnimationTime

function three.MorphBlendMesh.prototype.getAnimationTime ( name )

module three.MorphBlendMesh.prototype.playAnimation

function three.MorphBlendMesh.prototype.playAnimation ( name )

module three.MorphBlendMesh.prototype.setAnimationDirectionBackward

function three.MorphBlendMesh.prototype.setAnimationDirectionBackward ( name )

module three.MorphBlendMesh.prototype.setAnimationDirectionForward

function three.MorphBlendMesh.prototype.setAnimationDirectionForward ( name )

module three.MorphBlendMesh.prototype.setAnimationDuration

function three.MorphBlendMesh.prototype.setAnimationDuration ( name, duration )

module three.MorphBlendMesh.prototype.setAnimationFPS

function three.MorphBlendMesh.prototype.setAnimationFPS ( name, fps )

module three.MorphBlendMesh.prototype.setAnimationTime

function three.MorphBlendMesh.prototype.setAnimationTime ( name, time )

module three.MorphBlendMesh.prototype.setAnimationWeight

function three.MorphBlendMesh.prototype.setAnimationWeight ( name, weight )

module three.MorphBlendMesh.prototype.stopAnimation

function three.MorphBlendMesh.prototype.stopAnimation ( name )

module three.MorphBlendMesh.prototype.update

function three.MorphBlendMesh.prototype.update ( delta )

module three.MultiMaterial

function three.MultiMaterial ( materials )

module three.MultiMaterial.prototype

function three.MultiMaterial.prototype.clone ()

function three.MultiMaterial.prototype.constructor ( materials )

function three.MultiMaterial.prototype.toJSON ( meta )

module three.MultiMaterial.prototype.clone

function three.MultiMaterial.prototype.clone ()

module three.MultiMaterial.prototype.toJSON

function three.MultiMaterial.prototype.toJSON ( meta )

module three.NumberKeyframeTrack

function three.NumberKeyframeTrack ( name, times, values, interpolation )

module three.NumberKeyframeTrack.prototype

function three.NumberKeyframeTrack.prototype.constructor ( name, times, values, interpolation )

module three.Object3D

function three.Object3D ()

module three.Object3D.prototype

function three.Object3D.prototype.add ( object )

function three.Object3D.prototype.addEventListener ( type, listener )

function three.Object3D.prototype.applyMatrix ( matrix )

function three.Object3D.prototype.clone ( recursive )

function three.Object3D.prototype.constructor ()

function three.Object3D.prototype.copy ( source, recursive )

function three.Object3D.prototype.dispatchEvent ( event )

function three.Object3D.prototype.getChildByName ( name )

function three.Object3D.prototype.getObjectById ( id )

function three.Object3D.prototype.getObjectByName ( name )

function three.Object3D.prototype.getObjectByProperty ( name, value )

function three.Object3D.prototype.getWorldDirection ( optionalTarget )

function three.Object3D.prototype.getWorldPosition ( optionalTarget )

function three.Object3D.prototype.getWorldQuaternion ( optionalTarget )

function three.Object3D.prototype.getWorldRotation ( optionalTarget )

function three.Object3D.prototype.getWorldScale ( optionalTarget )

function three.Object3D.prototype.hasEventListener ( type, listener )

function three.Object3D.prototype.localToWorld ( vector )

function three.Object3D.prototype.lookAt ( vector )

function three.Object3D.prototype.raycast ()

function three.Object3D.prototype.remove ( object )

function three.Object3D.prototype.removeEventListener ( type, listener )

function three.Object3D.prototype.renderDepth ()

function three.Object3D.prototype.rotateOnAxis ( axis, angle )

function three.Object3D.prototype.rotateX ( angle )

function three.Object3D.prototype.rotateY ( angle )

function three.Object3D.prototype.rotateZ ( angle )

function three.Object3D.prototype.setRotationFromAxisAngle ( axis, angle )

function three.Object3D.prototype.setRotationFromEuler ( euler )

function three.Object3D.prototype.setRotationFromMatrix ( m )

function three.Object3D.prototype.setRotationFromQuaternion ( q )

function three.Object3D.prototype.toJSON ( meta )

function three.Object3D.prototype.translate ( distance, axis )

function three.Object3D.prototype.translateOnAxis ( axis, distance )

function three.Object3D.prototype.translateX ( distance )

function three.Object3D.prototype.translateY ( distance )

function three.Object3D.prototype.translateZ ( distance )

function three.Object3D.prototype.traverse ( callback )

function three.Object3D.prototype.traverseAncestors ( callback )

function three.Object3D.prototype.traverseVisible ( callback )

function three.Object3D.prototype.updateMatrix ()

function three.Object3D.prototype.updateMatrixWorld ( force )

function three.Object3D.prototype.worldToLocal ( vector )

module three.Object3D.prototype.add

function three.Object3D.prototype.add ( object )

module three.Object3D.prototype.applyMatrix

function three.Object3D.prototype.applyMatrix ( matrix )

module three.Object3D.prototype.clone

function three.Object3D.prototype.clone ( recursive )

module three.Object3D.prototype.copy

function three.Object3D.prototype.copy ( source, recursive )

module three.Object3D.prototype.getChildByName

function three.Object3D.prototype.getChildByName ( name )

module three.Object3D.prototype.getObjectById

function three.Object3D.prototype.getObjectById ( id )

module three.Object3D.prototype.getObjectByName

function three.Object3D.prototype.getObjectByName ( name )

module three.Object3D.prototype.getObjectByProperty

function three.Object3D.prototype.getObjectByProperty ( name, value )

module three.Object3D.prototype.getWorldDirection

function three.Object3D.prototype.getWorldDirection ( optionalTarget )

module three.Object3D.prototype.getWorldPosition

function three.Object3D.prototype.getWorldPosition ( optionalTarget )

module three.Object3D.prototype.getWorldQuaternion

function three.Object3D.prototype.getWorldQuaternion ( optionalTarget )

module three.Object3D.prototype.getWorldRotation

function three.Object3D.prototype.getWorldRotation ( optionalTarget )

module three.Object3D.prototype.getWorldScale

function three.Object3D.prototype.getWorldScale ( optionalTarget )

module three.Object3D.prototype.localToWorld

function three.Object3D.prototype.localToWorld ( vector )

module three.Object3D.prototype.lookAt

function three.Object3D.prototype.lookAt ( vector )

module three.Object3D.prototype.raycast

function three.Object3D.prototype.raycast ()

module three.Object3D.prototype.remove

function three.Object3D.prototype.remove ( object )

module three.Object3D.prototype.renderDepth

function three.Object3D.prototype.renderDepth ()

module three.Object3D.prototype.rotateOnAxis

function three.Object3D.prototype.rotateOnAxis ( axis, angle )

module three.Object3D.prototype.rotateX

function three.Object3D.prototype.rotateX ( angle )

module three.Object3D.prototype.rotateY

function three.Object3D.prototype.rotateY ( angle )

module three.Object3D.prototype.rotateZ

function three.Object3D.prototype.rotateZ ( angle )

module three.Object3D.prototype.setRotationFromAxisAngle

function three.Object3D.prototype.setRotationFromAxisAngle ( axis, angle )

module three.Object3D.prototype.setRotationFromEuler

function three.Object3D.prototype.setRotationFromEuler ( euler )

module three.Object3D.prototype.setRotationFromMatrix

function three.Object3D.prototype.setRotationFromMatrix ( m )

module three.Object3D.prototype.setRotationFromQuaternion

function three.Object3D.prototype.setRotationFromQuaternion ( q )

module three.Object3D.prototype.toJSON

function three.Object3D.prototype.toJSON ( meta )

module three.Object3D.prototype.translate

function three.Object3D.prototype.translate ( distance, axis )

module three.Object3D.prototype.translateOnAxis

function three.Object3D.prototype.translateOnAxis ( axis, distance )

module three.Object3D.prototype.translateX

function three.Object3D.prototype.translateX ( distance )

module three.Object3D.prototype.translateY

function three.Object3D.prototype.translateY ( distance )

module three.Object3D.prototype.translateZ

function three.Object3D.prototype.translateZ ( distance )

module three.Object3D.prototype.traverse

function three.Object3D.prototype.traverse ( callback )

module three.Object3D.prototype.traverseAncestors

function three.Object3D.prototype.traverseAncestors ( callback )

module three.Object3D.prototype.traverseVisible

function three.Object3D.prototype.traverseVisible ( callback )

module three.Object3D.prototype.updateMatrix

function three.Object3D.prototype.updateMatrix ()

module three.Object3D.prototype.updateMatrixWorld

function three.Object3D.prototype.updateMatrixWorld ( force )

module three.Object3D.prototype.worldToLocal

function three.Object3D.prototype.worldToLocal ( vector )

module three.ObjectLoader

function three.ObjectLoader ( manager )

module three.ObjectLoader.prototype

function three.ObjectLoader.prototype.load ( url, onLoad, onProgress, onError )

function three.ObjectLoader.prototype.parse ( json, onLoad )

function three.ObjectLoader.prototype.parseAnimations ( json )

function three.ObjectLoader.prototype.parseGeometries ( json )

function three.ObjectLoader.prototype.parseImages ( json, onLoad )

function three.ObjectLoader.prototype.parseMaterials ( json, textures )

function three.ObjectLoader.prototype.parseObject ( data, geometries, materials )

function three.ObjectLoader.prototype.parseTextures ( json, images )

function three.ObjectLoader.prototype.setCrossOrigin ( value )

function three.ObjectLoader.prototype.setTexturePath ( value )

module three.ObjectLoader.prototype.load

function three.ObjectLoader.prototype.load ( url, onLoad, onProgress, onError )

module three.ObjectLoader.prototype.parse

function three.ObjectLoader.prototype.parse ( json, onLoad )

module three.ObjectLoader.prototype.parseAnimations

function three.ObjectLoader.prototype.parseAnimations ( json )

module three.ObjectLoader.prototype.parseGeometries

function three.ObjectLoader.prototype.parseGeometries ( json )

module three.ObjectLoader.prototype.parseImages

function three.ObjectLoader.prototype.parseImages ( json, onLoad )

module three.ObjectLoader.prototype.parseMaterials

function three.ObjectLoader.prototype.parseMaterials ( json, textures )

module three.ObjectLoader.prototype.parseObject

function three.ObjectLoader.prototype.parseObject ( data, geometries, materials )

module three.ObjectLoader.prototype.parseTextures

function three.ObjectLoader.prototype.parseTextures ( json, images )

module three.ObjectLoader.prototype.setCrossOrigin

function three.ObjectLoader.prototype.setCrossOrigin ( value )

module three.ObjectLoader.prototype.setTexturePath

function three.ObjectLoader.prototype.setTexturePath ( value )

module three.OctahedronBufferGeometry

function three.OctahedronBufferGeometry ( radius, detail )

module three.OctahedronBufferGeometry.prototype

function three.OctahedronBufferGeometry.prototype.constructor ( radius, detail )

module three.OctahedronGeometry

function three.OctahedronGeometry ( radius, detail )

module three.OctahedronGeometry.prototype

function three.OctahedronGeometry.prototype.constructor ( radius, detail )

module three.OrthographicCamera

function three.OrthographicCamera ( left, right, top, bottom, near, far )

module three.OrthographicCamera.prototype

function three.OrthographicCamera.prototype.clearViewOffset ()

function three.OrthographicCamera.prototype.constructor ( left, right, top, bottom, near, far )

function three.OrthographicCamera.prototype.copy ( source )

function three.OrthographicCamera.prototype.setViewOffset ( fullWidth, fullHeight, x, y, width, height )

function three.OrthographicCamera.prototype.toJSON ( meta )

function three.OrthographicCamera.prototype.updateProjectionMatrix ()

module three.OrthographicCamera.prototype.clearViewOffset

function three.OrthographicCamera.prototype.clearViewOffset ()

module three.OrthographicCamera.prototype.copy

function three.OrthographicCamera.prototype.copy ( source )

module three.OrthographicCamera.prototype.setViewOffset

function three.OrthographicCamera.prototype.setViewOffset ( fullWidth, fullHeight, x, y, width, height )

module three.OrthographicCamera.prototype.toJSON

function three.OrthographicCamera.prototype.toJSON ( meta )

module three.OrthographicCamera.prototype.updateProjectionMatrix

function three.OrthographicCamera.prototype.updateProjectionMatrix ()

module three.ParametricBufferGeometry

function three.ParametricBufferGeometry ( func, slices, stacks )

module three.ParametricBufferGeometry.prototype

function three.ParametricBufferGeometry.prototype.constructor ( func, slices, stacks )

module three.ParametricGeometry

function three.ParametricGeometry ( func, slices, stacks )

module three.ParametricGeometry.prototype

function three.ParametricGeometry.prototype.constructor ( func, slices, stacks )

module three.Particle

function three.Particle ( material )

module three.ParticleBasicMaterial

function three.ParticleBasicMaterial ( parameters )

module three.ParticleSystem

function three.ParticleSystem ( geometry, material )

module three.ParticleSystemMaterial

function three.ParticleSystemMaterial ( parameters )

module three.Path

function three.Path ( points )

module three.Path.prototype

function three.Path.prototype.absarc ( aX, aY, aRadius, aStartAngle, aEndAngle, aClockwise )

function three.Path.prototype.absellipse ( aX, aY, xRadius, yRadius, aStartAngle, aEndAngle, aClockwise, aRotation )

function three.Path.prototype.arc ( aX, aY, aRadius, aStartAngle, aEndAngle, aClockwise )

function three.Path.prototype.bezierCurveTo ( aCP1x, aCP1y, aCP2x, aCP2y, aX, aY )

function three.Path.prototype.constructor ( points )

function three.Path.prototype.ellipse ( aX, aY, xRadius, yRadius, aStartAngle, aEndAngle, aClockwise, aRotation )

function three.Path.prototype.fromPoints ( vectors )

function three.Path.prototype.lineTo ( x, y )

function three.Path.prototype.moveTo ( x, y )

function three.Path.prototype.quadraticCurveTo ( aCPx, aCPy, aX, aY )

function three.Path.prototype.splineThru ( pts)

module three.Path.prototype.absarc

function three.Path.prototype.absarc ( aX, aY, aRadius, aStartAngle, aEndAngle, aClockwise )

module three.Path.prototype.absellipse

function three.Path.prototype.absellipse ( aX, aY, xRadius, yRadius, aStartAngle, aEndAngle, aClockwise, aRotation )

module three.Path.prototype.arc

function three.Path.prototype.arc ( aX, aY, aRadius, aStartAngle, aEndAngle, aClockwise )

module three.Path.prototype.bezierCurveTo

function three.Path.prototype.bezierCurveTo ( aCP1x, aCP1y, aCP2x, aCP2y, aX, aY )

module three.Path.prototype.ellipse

function three.Path.prototype.ellipse ( aX, aY, xRadius, yRadius, aStartAngle, aEndAngle, aClockwise, aRotation )

module three.Path.prototype.fromPoints

function three.Path.prototype.fromPoints ( vectors )

module three.Path.prototype.lineTo

function three.Path.prototype.lineTo ( x, y )

module three.Path.prototype.moveTo

function three.Path.prototype.moveTo ( x, y )

module three.Path.prototype.quadraticCurveTo

function three.Path.prototype.quadraticCurveTo ( aCPx, aCPy, aX, aY )

module three.Path.prototype.splineThru

function three.Path.prototype.splineThru ( pts)

module three.PerspectiveCamera

function three.PerspectiveCamera ( fov, aspect, near, far )

module three.PerspectiveCamera.prototype

function three.PerspectiveCamera.prototype.clearViewOffset ()

function three.PerspectiveCamera.prototype.constructor ( fov, aspect, near, far )

function three.PerspectiveCamera.prototype.copy ( source )

function three.PerspectiveCamera.prototype.getEffectiveFOV ()

function three.PerspectiveCamera.prototype.getFilmHeight ()

function three.PerspectiveCamera.prototype.getFilmWidth ()

function three.PerspectiveCamera.prototype.getFocalLength ()

function three.PerspectiveCamera.prototype.setFocalLength ( focalLength )

function three.PerspectiveCamera.prototype.setLens ( focalLength, filmGauge )

function three.PerspectiveCamera.prototype.setViewOffset ( fullWidth, fullHeight, x, y, width, height )

function three.PerspectiveCamera.prototype.toJSON ( meta )

function three.PerspectiveCamera.prototype.updateProjectionMatrix ()

module three.PerspectiveCamera.prototype.clearViewOffset

function three.PerspectiveCamera.prototype.clearViewOffset ()

module three.PerspectiveCamera.prototype.copy

function three.PerspectiveCamera.prototype.copy ( source )

module three.PerspectiveCamera.prototype.getEffectiveFOV

function three.PerspectiveCamera.prototype.getEffectiveFOV ()

module three.PerspectiveCamera.prototype.getFilmHeight

function three.PerspectiveCamera.prototype.getFilmHeight ()

module three.PerspectiveCamera.prototype.getFilmWidth

function three.PerspectiveCamera.prototype.getFilmWidth ()

module three.PerspectiveCamera.prototype.getFocalLength

function three.PerspectiveCamera.prototype.getFocalLength ()

module three.PerspectiveCamera.prototype.setFocalLength

function three.PerspectiveCamera.prototype.setFocalLength ( focalLength )

module three.PerspectiveCamera.prototype.setLens

function three.PerspectiveCamera.prototype.setLens ( focalLength, filmGauge )

module three.PerspectiveCamera.prototype.setViewOffset

function three.PerspectiveCamera.prototype.setViewOffset ( fullWidth, fullHeight, x, y, width, height )

module three.PerspectiveCamera.prototype.toJSON

function three.PerspectiveCamera.prototype.toJSON ( meta )

module three.PerspectiveCamera.prototype.updateProjectionMatrix

function three.PerspectiveCamera.prototype.updateProjectionMatrix ()

module three.Plane

function three.Plane ( normal, constant )

module three.Plane.prototype

function three.Plane.prototype.applyMatrix4 ( matrix, optionalNormalMatrix )

function three.Plane.prototype.clone ()

function three.Plane.prototype.constructor ( normal, constant )

function three.Plane.prototype.coplanarPoint ( optionalTarget )

function three.Plane.prototype.copy ( plane )

function three.Plane.prototype.distanceToPoint ( point )

function three.Plane.prototype.distanceToSphere ( sphere )

function three.Plane.prototype.equals ( plane )

function three.Plane.prototype.intersectLine ( line, optionalTarget )

function three.Plane.prototype.intersectsBox ( box )

function three.Plane.prototype.intersectsLine ( line )

function three.Plane.prototype.intersectsSphere ( sphere )

function three.Plane.prototype.isIntersectionLine ( line )

function three.Plane.prototype.negate ()

function three.Plane.prototype.normalize ()

function three.Plane.prototype.orthoPoint ( point, optionalTarget )

function three.Plane.prototype.projectPoint ( point, optionalTarget )

function three.Plane.prototype.set ( normal, constant )

function three.Plane.prototype.setComponents ( x, y, z, w )

function three.Plane.prototype.setFromCoplanarPoints ( a, b, c )

function three.Plane.prototype.setFromNormalAndCoplanarPoint ( normal, point )

function three.Plane.prototype.translate ( offset )

module three.Plane.prototype.applyMatrix4

function three.Plane.prototype.applyMatrix4 ( matrix, optionalNormalMatrix )

module three.Plane.prototype.clone

function three.Plane.prototype.clone ()

module three.Plane.prototype.coplanarPoint

function three.Plane.prototype.coplanarPoint ( optionalTarget )

module three.Plane.prototype.copy

function three.Plane.prototype.copy ( plane )

module three.Plane.prototype.distanceToPoint

function three.Plane.prototype.distanceToPoint ( point )

module three.Plane.prototype.distanceToSphere

function three.Plane.prototype.distanceToSphere ( sphere )

module three.Plane.prototype.equals

function three.Plane.prototype.equals ( plane )

module three.Plane.prototype.intersectLine

function three.Plane.prototype.intersectLine ( line, optionalTarget )

module three.Plane.prototype.intersectsBox

function three.Plane.prototype.intersectsBox ( box )

module three.Plane.prototype.intersectsLine

function three.Plane.prototype.intersectsLine ( line )

module three.Plane.prototype.intersectsSphere

function three.Plane.prototype.intersectsSphere ( sphere )

module three.Plane.prototype.isIntersectionLine

function three.Plane.prototype.isIntersectionLine ( line )

module three.Plane.prototype.negate

function three.Plane.prototype.negate ()

module three.Plane.prototype.normalize

function three.Plane.prototype.normalize ()

module three.Plane.prototype.orthoPoint

function three.Plane.prototype.orthoPoint ( point, optionalTarget )

module three.Plane.prototype.projectPoint

function three.Plane.prototype.projectPoint ( point, optionalTarget )

module three.Plane.prototype.set

function three.Plane.prototype.set ( normal, constant )

module three.Plane.prototype.setComponents

function three.Plane.prototype.setComponents ( x, y, z, w )

module three.Plane.prototype.setFromCoplanarPoints

function three.Plane.prototype.setFromCoplanarPoints ( a, b, c )

module three.Plane.prototype.setFromNormalAndCoplanarPoint

function three.Plane.prototype.setFromNormalAndCoplanarPoint ( normal, point )

module three.Plane.prototype.translate

function three.Plane.prototype.translate ( offset )

module three.PlaneBufferGeometry

function three.PlaneBufferGeometry ( width, height, widthSegments, heightSegments )

module three.PlaneBufferGeometry.prototype

function three.PlaneBufferGeometry.prototype.constructor ( width, height, widthSegments, heightSegments )

module three.PlaneGeometry

function three.PlaneGeometry ( width, height, widthSegments, heightSegments )

module three.PlaneGeometry.prototype

function three.PlaneGeometry.prototype.constructor ( width, height, widthSegments, heightSegments )

module three.PointCloud

function three.PointCloud ( geometry, material )

module three.PointCloudMaterial

function three.PointCloudMaterial ( parameters )

module three.PointLight

function three.PointLight ( color, intensity, distance, decay )

module three.PointLight.prototype

function three.PointLight.prototype.constructor ( color, intensity, distance, decay )

function three.PointLight.prototype.copy ( source )

module three.PointLight.prototype.copy

function three.PointLight.prototype.copy ( source )

module three.PointLightHelper

function three.PointLightHelper ( light, sphereSize )

module three.PointLightHelper.prototype

function three.PointLightHelper.prototype.constructor ( light, sphereSize )

function three.PointLightHelper.prototype.dispose ()

function three.PointLightHelper.prototype.update ()

module three.PointLightHelper.prototype.dispose

function three.PointLightHelper.prototype.dispose ()

module three.PointLightHelper.prototype.update

function three.PointLightHelper.prototype.update ()

module three.Points

function three.Points ( geometry, material )

module three.Points.prototype

function three.Points.prototype.clone ()

function three.Points.prototype.constructor ( geometry, material )

function three.Points.prototype.raycast ( raycaster, intersects )

module three.Points.prototype.clone

function three.Points.prototype.clone ()

module three.Points.prototype.raycast

function three.Points.prototype.raycast ( raycaster, intersects )

module three.PointsMaterial

function three.PointsMaterial ( parameters )

module three.PointsMaterial.prototype

function three.PointsMaterial.prototype.constructor ( parameters )

function three.PointsMaterial.prototype.copy ( source )

module three.PointsMaterial.prototype.copy

function three.PointsMaterial.prototype.copy ( source )

module three.PolarGridHelper

function three.PolarGridHelper ( radius, radials, circles, divisions, color1, color2 )

module three.PolarGridHelper.prototype

function three.PolarGridHelper.prototype.constructor ( radius, radials, circles, divisions, color1, color2 )

module three.PolyhedronBufferGeometry

function three.PolyhedronBufferGeometry ( vertices, indices, radius, detail )

module three.PolyhedronBufferGeometry.prototype

function three.PolyhedronBufferGeometry.prototype.constructor ( vertices, indices, radius, detail )

module three.PolyhedronGeometry

function three.PolyhedronGeometry ( vertices, indices, radius, detail )

module three.PolyhedronGeometry.prototype

function three.PolyhedronGeometry.prototype.constructor ( vertices, indices, radius, detail )

module three.PositionalAudio

function three.PositionalAudio ( listener )

module three.PositionalAudio.prototype

function three.PositionalAudio.prototype.constructor ( listener )

function three.PositionalAudio.prototype.getDistanceModel ()

function three.PositionalAudio.prototype.getMaxDistance ()

function three.PositionalAudio.prototype.getOutput ()

function three.PositionalAudio.prototype.getRefDistance ()

function three.PositionalAudio.prototype.getRolloffFactor ()

function three.PositionalAudio.prototype.setDistanceModel ( value )

function three.PositionalAudio.prototype.setMaxDistance ( value )

function three.PositionalAudio.prototype.setRefDistance ( value )

function three.PositionalAudio.prototype.setRolloffFactor ( value )

function three.PositionalAudio.prototype.updateMatrixWorld ( force )

module three.PositionalAudio.prototype.getDistanceModel

function three.PositionalAudio.prototype.getDistanceModel ()

module three.PositionalAudio.prototype.getMaxDistance

function three.PositionalAudio.prototype.getMaxDistance ()

module three.PositionalAudio.prototype.getOutput

function three.PositionalAudio.prototype.getOutput ()

module three.PositionalAudio.prototype.getRefDistance

function three.PositionalAudio.prototype.getRefDistance ()

module three.PositionalAudio.prototype.getRolloffFactor

function three.PositionalAudio.prototype.getRolloffFactor ()

module three.PositionalAudio.prototype.setDistanceModel

function three.PositionalAudio.prototype.setDistanceModel ( value )

module three.PositionalAudio.prototype.setMaxDistance

function three.PositionalAudio.prototype.setMaxDistance ( value )

module three.PositionalAudio.prototype.setRefDistance

function three.PositionalAudio.prototype.setRefDistance ( value )

module three.PositionalAudio.prototype.setRolloffFactor

function three.PositionalAudio.prototype.setRolloffFactor ( value )

module three.PositionalAudio.prototype.updateMatrixWorld

function three.PositionalAudio.prototype.updateMatrixWorld ( force )

module three.Projector

function three.Projector ()

module three.PropertyBinding

function three.PropertyBinding ( rootNode, path, parsedPath )

function three.PropertyBinding.Composite ( targetGroup, path, optionalParsedPath )

function three.PropertyBinding.create ( root, path, parsedPath )

function three.PropertyBinding.findNode ( root, nodeName )

function three.PropertyBinding.parseTrackName ( trackName )

module three.PropertyBinding.Composite

function three.PropertyBinding.Composite ( targetGroup, path, optionalParsedPath )

module three.PropertyBinding.Composite.prototype

function three.PropertyBinding.Composite.prototype.bind ()

function three.PropertyBinding.Composite.prototype.constructor ( targetGroup, path, optionalParsedPath )

function three.PropertyBinding.Composite.prototype.getValue ( array, offset )

function three.PropertyBinding.Composite.prototype.setValue ( array, offset )

function three.PropertyBinding.Composite.prototype.unbind ()

module three.PropertyBinding.Composite.prototype.bind

function three.PropertyBinding.Composite.prototype.bind ()

module three.PropertyBinding.Composite.prototype.getValue

function three.PropertyBinding.Composite.prototype.getValue ( array, offset )

module three.PropertyBinding.Composite.prototype.setValue

function three.PropertyBinding.Composite.prototype.setValue ( array, offset )

module three.PropertyBinding.Composite.prototype.unbind

function three.PropertyBinding.Composite.prototype.unbind ()

module three.PropertyBinding.create

function three.PropertyBinding.create ( root, path, parsedPath )

module three.PropertyBinding.findNode

function three.PropertyBinding.findNode ( root, nodeName )

module three.PropertyBinding.parseTrackName

function three.PropertyBinding.parseTrackName ( trackName )

module three.PropertyBinding.prototype

function three.PropertyBinding.prototype._getValue_unavailable ()

function three.PropertyBinding.prototype._getValue_unbound ( targetArray, offset )

function three.PropertyBinding.prototype._setValue_unavailable ()

function three.PropertyBinding.prototype._setValue_unbound ( sourceArray, offset )

function three.PropertyBinding.prototype.bind ()

function three.PropertyBinding.prototype.constructor ( rootNode, path, parsedPath )

function three.PropertyBinding.prototype.getValue ( targetArray, offset )

function three.PropertyBinding.prototype.setValue ( sourceArray, offset )

function three.PropertyBinding.prototype.unbind ()

module three.PropertyBinding.prototype.GetterByBindingType

function three.PropertyBinding.prototype.GetterByBindingType.0 ( buffer, offset )

function three.PropertyBinding.prototype.GetterByBindingType.1 ( buffer, offset )

function three.PropertyBinding.prototype.GetterByBindingType.2 ( buffer, offset )

function three.PropertyBinding.prototype.GetterByBindingType.3 ( buffer, offset )

module three.PropertyBinding.prototype._getValue_unavailable

function three.PropertyBinding.prototype._getValue_unavailable ()

module three.PropertyBinding.prototype._setValue_unavailable

function three.PropertyBinding.prototype._setValue_unavailable ()

module three.PropertyBinding.prototype.bind

function three.PropertyBinding.prototype.bind ()

module three.PropertyBinding.prototype.getValue

function three.PropertyBinding.prototype.getValue ( targetArray, offset )

module three.PropertyBinding.prototype.setValue

function three.PropertyBinding.prototype.setValue ( sourceArray, offset )

module three.PropertyBinding.prototype.unbind

function three.PropertyBinding.prototype.unbind ()

module three.PropertyMixer

function three.PropertyMixer ( binding, typeName, valueSize )

module three.PropertyMixer.prototype

function three.PropertyMixer.prototype._lerp ( buffer, dstOffset, srcOffset, t, stride )

function three.PropertyMixer.prototype._select ( buffer, dstOffset, srcOffset, t, stride )

function three.PropertyMixer.prototype._slerp ( buffer, dstOffset, srcOffset, t, stride )

function three.PropertyMixer.prototype.accumulate ( accuIndex, weight )

function three.PropertyMixer.prototype.apply ( accuIndex )

function three.PropertyMixer.prototype.constructor ( binding, typeName, valueSize )

function three.PropertyMixer.prototype.restoreOriginalState ()

function three.PropertyMixer.prototype.saveOriginalState ()

module three.PropertyMixer.prototype._lerp

function three.PropertyMixer.prototype._lerp ( buffer, dstOffset, srcOffset, t, stride )

module three.PropertyMixer.prototype._select

function three.PropertyMixer.prototype._select ( buffer, dstOffset, srcOffset, t, stride )

module three.PropertyMixer.prototype._slerp

function three.PropertyMixer.prototype._slerp ( buffer, dstOffset, srcOffset, t, stride )

module three.PropertyMixer.prototype.accumulate

function three.PropertyMixer.prototype.accumulate ( accuIndex, weight )

module three.PropertyMixer.prototype.apply

function three.PropertyMixer.prototype.apply ()

module three.PropertyMixer.prototype.restoreOriginalState

function three.PropertyMixer.prototype.restoreOriginalState ()

module three.PropertyMixer.prototype.saveOriginalState

function three.PropertyMixer.prototype.saveOriginalState ()

module three.QuadraticBezierCurve

function three.QuadraticBezierCurve ( v0, v1, v2 )

module three.QuadraticBezierCurve.prototype

function three.QuadraticBezierCurve.prototype.constructor ( v0, v1, v2 )

function three.QuadraticBezierCurve.prototype.getPoint ( t )

module three.QuadraticBezierCurve.prototype.getPoint

function three.QuadraticBezierCurve.prototype.getPoint ( t )

module three.QuadraticBezierCurve3

function three.QuadraticBezierCurve3 ( v0, v1, v2 )

module three.QuadraticBezierCurve3.prototype

function three.QuadraticBezierCurve3.prototype.constructor ( v0, v1, v2 )

function three.QuadraticBezierCurve3.prototype.getPoint ( t )

module three.QuadraticBezierCurve3.prototype.getPoint

function three.QuadraticBezierCurve3.prototype.getPoint ( t )

module three.Quaternion

function three.Quaternion ( x, y, z, w )

function three.Quaternion.slerp ( qa, qb, qm, t )

function three.Quaternion.slerpFlat ( dst, dstOffset, src0, srcOffset0, src1, srcOffset1, t )

module three.Quaternion.prototype

function three.Quaternion.prototype.clone ()

function three.Quaternion.prototype.conjugate ()

function three.Quaternion.prototype.constructor ( x, y, z, w )

function three.Quaternion.prototype.copy ( quaternion )

function three.Quaternion.prototype.dot ( v )

function three.Quaternion.prototype.equals ( quaternion )

function three.Quaternion.prototype.fromArray ( array, offset )

function three.Quaternion.prototype.inverse ()

function three.Quaternion.prototype.length ()

function three.Quaternion.prototype.lengthSq ()

function three.Quaternion.prototype.multiply ( q, p )

function three.Quaternion.prototype.multiplyQuaternions ( a, b )

function three.Quaternion.prototype.multiplyVector3 ( vector )

function three.Quaternion.prototype.normalize ()

function three.Quaternion.prototype.onChange ( callback )

function three.Quaternion.prototype.onChangeCallback ()

function three.Quaternion.prototype.premultiply ( q )

function three.Quaternion.prototype.set ( x, y, z, w )

function three.Quaternion.prototype.setFromAxisAngle ( axis, angle )

function three.Quaternion.prototype.setFromEuler ( euler, update )

function three.Quaternion.prototype.setFromRotationMatrix ( m )

function three.Quaternion.prototype.setFromUnitVectors ( vFrom, vTo )

function three.Quaternion.prototype.slerp ( qb, t )

function three.Quaternion.prototype.toArray ( array, offset )

module three.Quaternion.prototype.clone

function three.Quaternion.prototype.clone ()

module three.Quaternion.prototype.conjugate

function three.Quaternion.prototype.conjugate ()

module three.Quaternion.prototype.copy

function three.Quaternion.prototype.copy ( quaternion )

module three.Quaternion.prototype.dot

function three.Quaternion.prototype.dot ( v )

module three.Quaternion.prototype.equals

function three.Quaternion.prototype.equals ( quaternion )

module three.Quaternion.prototype.fromArray

function three.Quaternion.prototype.fromArray ( array, offset )

module three.Quaternion.prototype.inverse

function three.Quaternion.prototype.inverse ()

module three.Quaternion.prototype.length

module three.Quaternion.prototype.lengthSq

function three.Quaternion.prototype.lengthSq ()

module three.Quaternion.prototype.multiply

function three.Quaternion.prototype.multiply ( q, p )

module three.Quaternion.prototype.multiplyQuaternions

function three.Quaternion.prototype.multiplyQuaternions ( a, b )

module three.Quaternion.prototype.multiplyVector3

function three.Quaternion.prototype.multiplyVector3 ( vector )

module three.Quaternion.prototype.normalize

function three.Quaternion.prototype.normalize ()

module three.Quaternion.prototype.onChange

function three.Quaternion.prototype.onChange ( callback )

module three.Quaternion.prototype.onChangeCallback

function three.Quaternion.prototype.onChangeCallback ()

module three.Quaternion.prototype.premultiply

function three.Quaternion.prototype.premultiply ( q )

module three.Quaternion.prototype.set

function three.Quaternion.prototype.set ( x, y, z, w )

module three.Quaternion.prototype.setFromAxisAngle

function three.Quaternion.prototype.setFromAxisAngle ( axis, angle )

module three.Quaternion.prototype.setFromEuler

function three.Quaternion.prototype.setFromEuler ( euler, update )

module three.Quaternion.prototype.setFromRotationMatrix

function three.Quaternion.prototype.setFromRotationMatrix ( m )

module three.Quaternion.prototype.setFromUnitVectors

function three.Quaternion.prototype.setFromUnitVectors ( vFrom, vTo )

module three.Quaternion.prototype.slerp

function three.Quaternion.prototype.slerp ( qb, t )

module three.Quaternion.prototype.toArray

function three.Quaternion.prototype.toArray ( array, offset )

module three.Quaternion.slerp

function three.Quaternion.slerp ( qa, qb, qm, t )

module three.Quaternion.slerpFlat

function three.Quaternion.slerpFlat ( dst, dstOffset, src0, srcOffset0, src1, srcOffset1, t )

module three.QuaternionKeyframeTrack

function three.QuaternionKeyframeTrack ( name, times, values, interpolation )

module three.QuaternionKeyframeTrack.prototype

function three.QuaternionKeyframeTrack.prototype.InterpolantFactoryMethodLinear ( result )

function three.QuaternionKeyframeTrack.prototype.constructor ( name, times, values, interpolation )

module three.QuaternionKeyframeTrack.prototype.InterpolantFactoryMethodLinear

function three.QuaternionKeyframeTrack.prototype.InterpolantFactoryMethodLinear ( result )

module three.QuaternionLinearInterpolant

function three.QuaternionLinearInterpolant ( parameterPositions, sampleValues, sampleSize, resultBuffer )

module three.QuaternionLinearInterpolant.prototype

function three.QuaternionLinearInterpolant.prototype.constructor ( parameterPositions, sampleValues, sampleSize, resultBuffer )

function three.QuaternionLinearInterpolant.prototype.interpolate_ ( i1, t0, t, t1 )

module three.QuaternionLinearInterpolant.prototype.interpolate_

function three.QuaternionLinearInterpolant.prototype.interpolate_ ( i1, t0, t, t1 )

module three.RawShaderMaterial

function three.RawShaderMaterial ( parameters )

module three.RawShaderMaterial.prototype

function three.RawShaderMaterial.prototype.constructor ( parameters )

module three.Ray

function three.Ray ( origin, direction )

module three.Ray.prototype

function three.Ray.prototype.applyMatrix4 ( matrix4 )

function three.Ray.prototype.at ( t, optionalTarget )

function three.Ray.prototype.clone ()

function three.Ray.prototype.closestPointToPoint ( point, optionalTarget )

function three.Ray.prototype.constructor ( origin, direction )

function three.Ray.prototype.copy ( ray )

function three.Ray.prototype.distanceSqToPoint ( point )

function three.Ray.prototype.distanceSqToSegment ( v0, v1, optionalPointOnRay, optionalPointOnSegment )

function three.Ray.prototype.distanceToPlane ( plane )

function three.Ray.prototype.distanceToPoint ( point )

function three.Ray.prototype.equals ( ray )

function three.Ray.prototype.intersectBox ( box, optionalTarget )

function three.Ray.prototype.intersectPlane ( plane, optionalTarget )

function three.Ray.prototype.intersectSphere ( sphere, optionalTarget )

function three.Ray.prototype.intersectTriangle ( a, b, c, backfaceCulling, optionalTarget )

function three.Ray.prototype.intersectsBox ( box )

function three.Ray.prototype.intersectsPlane ( plane )

function three.Ray.prototype.intersectsSphere ( sphere )

function three.Ray.prototype.isIntersectionBox ( box )

function three.Ray.prototype.isIntersectionPlane ( plane )

function three.Ray.prototype.isIntersectionSphere ( sphere )

function three.Ray.prototype.lookAt ( v )

function three.Ray.prototype.recast ( t )

function three.Ray.prototype.set ( origin, direction )

module three.Ray.prototype.applyMatrix4

function three.Ray.prototype.applyMatrix4 ( matrix4 )

module three.Ray.prototype.at

function three.Ray.prototype.at ( t, optionalTarget )

module three.Ray.prototype.clone

function three.Ray.prototype.clone ()

module three.Ray.prototype.closestPointToPoint

function three.Ray.prototype.closestPointToPoint ( point, optionalTarget )

module three.Ray.prototype.copy

function three.Ray.prototype.copy ( ray )

module three.Ray.prototype.distanceSqToPoint

function three.Ray.prototype.distanceSqToPoint ( point )

module three.Ray.prototype.distanceSqToSegment

function three.Ray.prototype.distanceSqToSegment ( v0, v1, optionalPointOnRay, optionalPointOnSegment )

module three.Ray.prototype.distanceToPlane

function three.Ray.prototype.distanceToPlane ( plane )

module three.Ray.prototype.distanceToPoint

function three.Ray.prototype.distanceToPoint ( point )

module three.Ray.prototype.equals

function three.Ray.prototype.equals ( ray )

module three.Ray.prototype.intersectBox

function three.Ray.prototype.intersectBox ( box, optionalTarget )

module three.Ray.prototype.intersectPlane

function three.Ray.prototype.intersectPlane ( plane, optionalTarget )

module three.Ray.prototype.intersectSphere

function three.Ray.prototype.intersectSphere ( sphere, optionalTarget )

module three.Ray.prototype.intersectTriangle

function three.Ray.prototype.intersectTriangle ( a, b, c, backfaceCulling, optionalTarget )

module three.Ray.prototype.intersectsBox

function three.Ray.prototype.intersectsBox ( box )

module three.Ray.prototype.intersectsPlane

function three.Ray.prototype.intersectsPlane ( plane )

module three.Ray.prototype.intersectsSphere

function three.Ray.prototype.intersectsSphere ( sphere )

module three.Ray.prototype.isIntersectionBox

function three.Ray.prototype.isIntersectionBox ( box )

module three.Ray.prototype.isIntersectionPlane

function three.Ray.prototype.isIntersectionPlane ( plane )

module three.Ray.prototype.isIntersectionSphere

function three.Ray.prototype.isIntersectionSphere ( sphere )

module three.Ray.prototype.lookAt

function three.Ray.prototype.lookAt ( v )

module three.Ray.prototype.recast

function three.Ray.prototype.recast ( t )

module three.Ray.prototype.set

function three.Ray.prototype.set ( origin, direction )

module three.Raycaster

function three.Raycaster ( origin, direction, near, far )

module three.Raycaster.prototype

function three.Raycaster.prototype.constructor ( origin, direction, near, far )

function three.Raycaster.prototype.intersectObject ( object, recursive )

function three.Raycaster.prototype.intersectObjects ( objects, recursive )

function three.Raycaster.prototype.set ( origin, direction )

function three.Raycaster.prototype.setFromCamera ( coords, camera )

module three.Raycaster.prototype.intersectObject

function three.Raycaster.prototype.intersectObject ( object, recursive )

module three.Raycaster.prototype.intersectObjects

function three.Raycaster.prototype.intersectObjects ( objects, recursive )

module three.Raycaster.prototype.set

function three.Raycaster.prototype.set ( origin, direction )

module three.Raycaster.prototype.setFromCamera

function three.Raycaster.prototype.setFromCamera ( coords, camera )

module three.RectAreaLight

function three.RectAreaLight ( color, intensity, width, height )

module three.RectAreaLight.prototype

function three.RectAreaLight.prototype.constructor ( color, intensity, width, height )

function three.RectAreaLight.prototype.copy ( source )

module three.RectAreaLight.prototype.copy

function three.RectAreaLight.prototype.copy ( source )

module three.RectAreaLightHelper

function three.RectAreaLightHelper ( light )

module three.RectAreaLightHelper.prototype

function three.RectAreaLightHelper.prototype.constructor ( light )

function three.RectAreaLightHelper.prototype.dispose ()

function three.RectAreaLightHelper.prototype.update ()

module three.RectAreaLightHelper.prototype.dispose

function three.RectAreaLightHelper.prototype.dispose ()

module three.RectAreaLightHelper.prototype.update

function three.RectAreaLightHelper.prototype.update ()

module three.RingBufferGeometry

function three.RingBufferGeometry ( innerRadius, outerRadius, thetaSegments, phiSegments, thetaStart, thetaLength )

module three.RingBufferGeometry.prototype

function three.RingBufferGeometry.prototype.constructor ( innerRadius, outerRadius, thetaSegments, phiSegments, thetaStart, thetaLength )

module three.RingGeometry

function three.RingGeometry ( innerRadius, outerRadius, thetaSegments, phiSegments, thetaStart, thetaLength )

module three.RingGeometry.prototype

function three.RingGeometry.prototype.constructor ( innerRadius, outerRadius, thetaSegments, phiSegments, thetaStart, thetaLength )

module three.Scene

function three.Scene ()

module three.Scene.prototype

function three.Scene.prototype.constructor ()

function three.Scene.prototype.copy ( source, recursive )

function three.Scene.prototype.toJSON ( meta )

module three.Scene.prototype.copy

function three.Scene.prototype.copy ( source, recursive )

module three.Scene.prototype.toJSON

function three.Scene.prototype.toJSON ( meta )

module three.SceneUtils

function three.SceneUtils.attach ( child, scene, parent )

function three.SceneUtils.createMultiMaterialObject ( geometry, materials )

function three.SceneUtils.detach ( child, parent, scene )

module three.SceneUtils.attach

function three.SceneUtils.attach ( child, scene, parent )

module three.SceneUtils.createMultiMaterialObject

function three.SceneUtils.createMultiMaterialObject ( geometry, materials )

module three.SceneUtils.detach

function three.SceneUtils.detach ( child, parent, scene )

module three.ShaderMaterial

function three.ShaderMaterial ( parameters )

module three.ShaderMaterial.prototype

function three.ShaderMaterial.prototype.constructor ( parameters )

function three.ShaderMaterial.prototype.copy ( source )

function three.ShaderMaterial.prototype.toJSON ( meta )

module three.ShaderMaterial.prototype.copy

function three.ShaderMaterial.prototype.copy ( source )

module three.ShaderMaterial.prototype.toJSON

function three.ShaderMaterial.prototype.toJSON ( meta )

module three.ShadowMaterial

function three.ShadowMaterial ()

module three.ShadowMaterial.prototype

function three.ShadowMaterial.prototype.constructor ()

module three.Shape

function three.Shape ()

module three.Shape.prototype

function three.Shape.prototype.constructor ()

function three.Shape.prototype.extractAllPoints ( divisions )

function three.Shape.prototype.extractPoints ( divisions )

function three.Shape.prototype.extrude ( options )

function three.Shape.prototype.getPointsHoles ( divisions )

function three.Shape.prototype.makeGeometry ( options )

module three.Shape.prototype.extractAllPoints

function three.Shape.prototype.extractAllPoints ( divisions )

module three.Shape.prototype.extractPoints

function three.Shape.prototype.extractPoints ( divisions )

module three.Shape.prototype.extrude

function three.Shape.prototype.extrude ( options )

module three.Shape.prototype.getPointsHoles

function three.Shape.prototype.getPointsHoles ( divisions )

module three.Shape.prototype.makeGeometry

function three.Shape.prototype.makeGeometry ( options )

module three.ShapeBufferGeometry

function three.ShapeBufferGeometry ( shapes, curveSegments )

module three.ShapeBufferGeometry.prototype

function three.ShapeBufferGeometry.prototype.constructor ( shapes, curveSegments )

module three.ShapeGeometry

function three.ShapeGeometry ( shapes, curveSegments )

module three.ShapeGeometry.prototype

function three.ShapeGeometry.prototype.constructor ( shapes, curveSegments )

module three.ShapePath

function three.ShapePath ()

module three.ShapePath.prototype

function three.ShapePath.prototype.bezierCurveTo ( aCP1x, aCP1y, aCP2x, aCP2y, aX, aY )

function three.ShapePath.prototype.lineTo ( x, y )

function three.ShapePath.prototype.moveTo ( x, y )

function three.ShapePath.prototype.quadraticCurveTo ( aCPx, aCPy, aX, aY )

function three.ShapePath.prototype.splineThru ( pts )

function three.ShapePath.prototype.toShapes ( isCCW, noHoles )

module three.ShapePath.prototype.bezierCurveTo

function three.ShapePath.prototype.bezierCurveTo ( aCP1x, aCP1y, aCP2x, aCP2y, aX, aY )

module three.ShapePath.prototype.lineTo

function three.ShapePath.prototype.lineTo ( x, y )

module three.ShapePath.prototype.moveTo

function three.ShapePath.prototype.moveTo ( x, y )

module three.ShapePath.prototype.quadraticCurveTo

function three.ShapePath.prototype.quadraticCurveTo ( aCPx, aCPy, aX, aY )

module three.ShapePath.prototype.splineThru

function three.ShapePath.prototype.splineThru ( pts )

module three.ShapePath.prototype.toShapes

function three.ShapePath.prototype.toShapes ( isCCW, noHoles )

module three.ShapeUtils

function three.ShapeUtils.area ( contour )

function three.ShapeUtils.isClockWise ( pts )

function three.ShapeUtils.triangulate ( contour, indices )

function three.ShapeUtils.triangulateShape ( contour, holes )

module three.ShapeUtils.area

function three.ShapeUtils.area ( contour )

module three.ShapeUtils.isClockWise

function three.ShapeUtils.isClockWise ( pts )

module three.ShapeUtils.triangulate

function three.ShapeUtils.triangulate ( contour, indices )

module three.ShapeUtils.triangulateShape

function three.ShapeUtils.triangulateShape ( contour, holes )

module three.Skeleton

function three.Skeleton ( bones, boneInverses, useVertexTexture )

module three.Skeleton.prototype

function three.Skeleton.prototype.calculateInverses ()

function three.Skeleton.prototype.clone ()

function three.Skeleton.prototype.pose ()

function three.Skeleton.prototype.update ()

module three.Skeleton.prototype.calculateInverses

function three.Skeleton.prototype.calculateInverses ()

module three.Skeleton.prototype.clone

function three.Skeleton.prototype.clone ()

module three.Skeleton.prototype.pose

function three.Skeleton.prototype.pose ()

module three.Skeleton.prototype.update

function three.Skeleton.prototype.update ()

module three.SkeletonHelper

function three.SkeletonHelper ( object )

module three.SkeletonHelper.prototype

function three.SkeletonHelper.prototype.constructor ( object )

function three.SkeletonHelper.prototype.getBoneList ( object )

function three.SkeletonHelper.prototype.update ()

module three.SkeletonHelper.prototype.getBoneList

function three.SkeletonHelper.prototype.getBoneList ( object )

module three.SkeletonHelper.prototype.update

function three.SkeletonHelper.prototype.update ()

module three.SkinnedMesh

function three.SkinnedMesh ( geometry, material, useVertexTexture )

module three.SkinnedMesh.prototype

function three.SkinnedMesh.prototype.bind ( skeleton, bindMatrix )

function three.SkinnedMesh.prototype.clone ()

function three.SkinnedMesh.prototype.constructor ( geometry, material, useVertexTexture )

function three.SkinnedMesh.prototype.normalizeSkinWeights ()

function three.SkinnedMesh.prototype.pose ()

function three.SkinnedMesh.prototype.updateMatrixWorld ( force )

module three.SkinnedMesh.prototype.bind

function three.SkinnedMesh.prototype.bind ()

module three.SkinnedMesh.prototype.clone

function three.SkinnedMesh.prototype.clone ()

module three.SkinnedMesh.prototype.normalizeSkinWeights

function three.SkinnedMesh.prototype.normalizeSkinWeights ()

module three.SkinnedMesh.prototype.pose

function three.SkinnedMesh.prototype.pose ()

module three.SkinnedMesh.prototype.updateMatrixWorld

function three.SkinnedMesh.prototype.updateMatrixWorld ( force )

module three.Sphere

function three.Sphere ( center, radius )

module three.Sphere.prototype

function three.Sphere.prototype.applyMatrix4 ( matrix )

function three.Sphere.prototype.clampPoint ( point, optionalTarget )

function three.Sphere.prototype.clone ()

function three.Sphere.prototype.constructor ( center, radius )

function three.Sphere.prototype.containsPoint ( point )

function three.Sphere.prototype.copy ( sphere )

function three.Sphere.prototype.distanceToPoint ( point )

function three.Sphere.prototype.empty ()

function three.Sphere.prototype.equals ( sphere )

function three.Sphere.prototype.getBoundingBox ( optionalTarget )

function three.Sphere.prototype.intersectsBox ( box )

function three.Sphere.prototype.intersectsPlane ( plane )

function three.Sphere.prototype.intersectsSphere ( sphere )

function three.Sphere.prototype.set ( center, radius )

function three.Sphere.prototype.setFromPoints ( points, optionalCenter )

function three.Sphere.prototype.translate ( offset )

module three.Sphere.prototype.applyMatrix4

function three.Sphere.prototype.applyMatrix4 ( matrix )

module three.Sphere.prototype.clampPoint

function three.Sphere.prototype.clampPoint ( point, optionalTarget )

module three.Sphere.prototype.clone

function three.Sphere.prototype.clone ()

module three.Sphere.prototype.containsPoint

function three.Sphere.prototype.containsPoint ( point )

module three.Sphere.prototype.copy

function three.Sphere.prototype.copy ( sphere )

module three.Sphere.prototype.distanceToPoint

function three.Sphere.prototype.distanceToPoint ( point )

module three.Sphere.prototype.empty

function three.Sphere.prototype.empty ()

module three.Sphere.prototype.equals

function three.Sphere.prototype.equals ( sphere )

module three.Sphere.prototype.getBoundingBox

function three.Sphere.prototype.getBoundingBox ( optionalTarget )

module three.Sphere.prototype.intersectsBox

function three.Sphere.prototype.intersectsBox ( box )

module three.Sphere.prototype.intersectsPlane

function three.Sphere.prototype.intersectsPlane ( plane )

module three.Sphere.prototype.intersectsSphere

function three.Sphere.prototype.intersectsSphere ( sphere )

module three.Sphere.prototype.set

function three.Sphere.prototype.set ( center, radius )

module three.Sphere.prototype.setFromPoints

function three.Sphere.prototype.setFromPoints ( points, optionalCenter )

module three.Sphere.prototype.translate

function three.Sphere.prototype.translate ( offset )

module three.SphereBufferGeometry

function three.SphereBufferGeometry ( radius, widthSegments, heightSegments, phiStart, phiLength, thetaStart, thetaLength )

module three.SphereBufferGeometry.prototype

function three.SphereBufferGeometry.prototype.constructor ( radius, widthSegments, heightSegments, phiStart, phiLength, thetaStart, thetaLength )

module three.SphereGeometry

function three.SphereGeometry ( radius, widthSegments, heightSegments, phiStart, phiLength, thetaStart, thetaLength )

module three.SphereGeometry.prototype

function three.SphereGeometry.prototype.constructor ( radius, widthSegments, heightSegments, phiStart, phiLength, thetaStart, thetaLength )

module three.Spherical

function three.Spherical ( radius, phi, theta )

module three.Spherical.prototype

function three.Spherical.prototype.clone ()

function three.Spherical.prototype.constructor ( radius, phi, theta )

function three.Spherical.prototype.copy ( other )

function three.Spherical.prototype.makeSafe ()

function three.Spherical.prototype.set ( radius, phi, theta )

function three.Spherical.prototype.setFromVector3 ( vec3 )

module three.Spherical.prototype.clone

function three.Spherical.prototype.clone ()

module three.Spherical.prototype.copy

function three.Spherical.prototype.copy ( other )

module three.Spherical.prototype.makeSafe

function three.Spherical.prototype.makeSafe ()

module three.Spherical.prototype.set

function three.Spherical.prototype.set ( radius, phi, theta )

module three.Spherical.prototype.setFromVector3

function three.Spherical.prototype.setFromVector3 ( vec3 )

module three.Spline

function three.Spline ( points )

module three.Spline.prototype

function three.Spline.prototype.getControlPointsArray ( optionalTarget )

function three.Spline.prototype.initFromArray ( a )

function three.Spline.prototype.reparametrizeByArcLength ( samplingCoef )

module three.Spline.prototype.getControlPointsArray

function three.Spline.prototype.getControlPointsArray ( optionalTarget )

module three.Spline.prototype.initFromArray

function three.Spline.prototype.initFromArray ( a )

module three.Spline.prototype.reparametrizeByArcLength

function three.Spline.prototype.reparametrizeByArcLength ( samplingCoef )

module three.SplineCurve

function three.SplineCurve ( points)

module three.SplineCurve.prototype

function three.SplineCurve.prototype.constructor ( points)

function three.SplineCurve.prototype.getPoint ( t )

module three.SplineCurve.prototype.getPoint

function three.SplineCurve.prototype.getPoint ( t )

module three.SplineCurve3

function three.SplineCurve3 ( points )

module three.SpotLight

function three.SpotLight ( color, intensity, distance, angle, penumbra, decay )

module three.SpotLight.prototype

function three.SpotLight.prototype.constructor ( color, intensity, distance, angle, penumbra, decay )

function three.SpotLight.prototype.copy ( source )

module three.SpotLight.prototype.copy

function three.SpotLight.prototype.copy ( source )

module three.SpotLightHelper

function three.SpotLightHelper ( light )

module three.SpotLightHelper.prototype

function three.SpotLightHelper.prototype.constructor ( light )

function three.SpotLightHelper.prototype.dispose ()

function three.SpotLightHelper.prototype.update ()

module three.SpotLightHelper.prototype.dispose

function three.SpotLightHelper.prototype.dispose ()

module three.SpotLightHelper.prototype.update

function three.SpotLightHelper.prototype.update ()

module three.SpotLightShadow

function three.SpotLightShadow ()

module three.SpotLightShadow.prototype

function three.SpotLightShadow.prototype.constructor ()

function three.SpotLightShadow.prototype.update ( light )

module three.SpotLightShadow.prototype.update

function three.SpotLightShadow.prototype.update ( light )

module three.Sprite

function three.Sprite ( material )

module three.Sprite.prototype

function three.Sprite.prototype.clone ()

function three.Sprite.prototype.constructor ( material )

function three.Sprite.prototype.raycast ( raycaster, intersects )

module three.Sprite.prototype.clone

function three.Sprite.prototype.clone ()

module three.Sprite.prototype.raycast

function three.Sprite.prototype.raycast ( raycaster, intersects )

module three.SpriteMaterial

function three.SpriteMaterial ( parameters )

module three.SpriteMaterial.prototype

function three.SpriteMaterial.prototype.constructor ( parameters )

function three.SpriteMaterial.prototype.copy ( source )

module three.SpriteMaterial.prototype.copy

function three.SpriteMaterial.prototype.copy ( source )

module three.StereoCamera

function three.StereoCamera ()

module three.StereoCamera.prototype

function three.StereoCamera.prototype.update ( camera )

module three.StereoCamera.prototype.update

function three.StereoCamera.prototype.update ( camera )

module three.StringKeyframeTrack

function three.StringKeyframeTrack ( name, times, values, interpolation )

module three.StringKeyframeTrack.prototype

function three.StringKeyframeTrack.prototype.ValueBufferType ()

function three.StringKeyframeTrack.prototype.constructor ( name, times, values, interpolation )

module three.TetrahedronBufferGeometry

function three.TetrahedronBufferGeometry ( radius, detail )

module three.TetrahedronBufferGeometry.prototype

function three.TetrahedronBufferGeometry.prototype.constructor ( radius, detail )

module three.TetrahedronGeometry

function three.TetrahedronGeometry ( radius, detail )

module three.TetrahedronGeometry.prototype

function three.TetrahedronGeometry.prototype.constructor ( radius, detail )

module three.TextGeometry

function three.TextGeometry ( text, parameters )

module three.TextGeometry.prototype

function three.TextGeometry.prototype.constructor ( text, parameters )

module three.Texture

function three.Texture ( image, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy, encoding )

module three.Texture.prototype

function three.Texture.prototype.addEventListener ( type, listener )

function three.Texture.prototype.clone ()

function three.Texture.prototype.constructor ( image, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy, encoding )

function three.Texture.prototype.copy ( source )

function three.Texture.prototype.dispatchEvent ( event )

function three.Texture.prototype.dispose ()

function three.Texture.prototype.hasEventListener ( type, listener )

function three.Texture.prototype.removeEventListener ( type, listener )

function three.Texture.prototype.toJSON ( meta )

function three.Texture.prototype.transformUv ( uv )

module three.Texture.prototype.clone

function three.Texture.prototype.clone ()

module three.Texture.prototype.copy

function three.Texture.prototype.copy ( source )

module three.Texture.prototype.dispose

function three.Texture.prototype.dispose ()

module three.Texture.prototype.toJSON

function three.Texture.prototype.toJSON ( meta )

module three.Texture.prototype.transformUv

function three.Texture.prototype.transformUv ( uv )

module three.TextureLoader

function three.TextureLoader ( manager )

module three.TextureLoader.prototype

function three.TextureLoader.prototype.load ( url, onLoad, onProgress, onError )

function three.TextureLoader.prototype.setCrossOrigin ( value )

function three.TextureLoader.prototype.setPath ( value )

module three.TextureLoader.prototype.load

function three.TextureLoader.prototype.load ( url, onLoad, onProgress, onError )

module three.TextureLoader.prototype.setCrossOrigin

function three.TextureLoader.prototype.setCrossOrigin ( value )

module three.TextureLoader.prototype.setPath

function three.TextureLoader.prototype.setPath ( value )

module three.TorusBufferGeometry

function three.TorusBufferGeometry ( radius, tube, radialSegments, tubularSegments, arc )

module three.TorusBufferGeometry.prototype

function three.TorusBufferGeometry.prototype.constructor ( radius, tube, radialSegments, tubularSegments, arc )

module three.TorusGeometry

function three.TorusGeometry ( radius, tube, radialSegments, tubularSegments, arc )

module three.TorusGeometry.prototype

function three.TorusGeometry.prototype.constructor ( radius, tube, radialSegments, tubularSegments, arc )

module three.TorusKnotBufferGeometry

function three.TorusKnotBufferGeometry ( radius, tube, tubularSegments, radialSegments, p, q )

module three.TorusKnotBufferGeometry.prototype

function three.TorusKnotBufferGeometry.prototype.constructor ( radius, tube, tubularSegments, radialSegments, p, q )

module three.TorusKnotGeometry

function three.TorusKnotGeometry ( radius, tube, tubularSegments, radialSegments, p, q, heightScale )

module three.TorusKnotGeometry.prototype

function three.TorusKnotGeometry.prototype.constructor ( radius, tube, tubularSegments, radialSegments, p, q, heightScale )

module three.Triangle

function three.Triangle ( a, b, c )

function three.Triangle.barycoordFromPoint ( point, a, b, c, optionalTarget )

function three.Triangle.containsPoint ( point, a, b, c )

function three.Triangle.normal ( a, b, c, optionalTarget )

module three.Triangle.barycoordFromPoint

function three.Triangle.barycoordFromPoint ( point, a, b, c, optionalTarget )

module three.Triangle.containsPoint

function three.Triangle.containsPoint ( point, a, b, c )

module three.Triangle.normal

function three.Triangle.normal ( a, b, c, optionalTarget )

module three.Triangle.prototype

function three.Triangle.prototype.area ()

function three.Triangle.prototype.barycoordFromPoint ( point, optionalTarget )

function three.Triangle.prototype.clone ()

function three.Triangle.prototype.closestPointToPoint ( point, optionalTarget )

function three.Triangle.prototype.constructor ( a, b, c )

function three.Triangle.prototype.containsPoint ( point )

function three.Triangle.prototype.copy ( triangle )

function three.Triangle.prototype.equals ( triangle )

function three.Triangle.prototype.midpoint ( optionalTarget )

function three.Triangle.prototype.normal ( optionalTarget )

function three.Triangle.prototype.plane ( optionalTarget )

function three.Triangle.prototype.set ( a, b, c )

function three.Triangle.prototype.setFromPointsAndIndices ( points, i0, i1, i2 )

module three.Triangle.prototype.area

function three.Triangle.prototype.area ()

module three.Triangle.prototype.barycoordFromPoint

function three.Triangle.prototype.barycoordFromPoint ( point, optionalTarget )

module three.Triangle.prototype.clone

function three.Triangle.prototype.clone ()

module three.Triangle.prototype.closestPointToPoint

function three.Triangle.prototype.closestPointToPoint ( point, optionalTarget )

module three.Triangle.prototype.containsPoint

function three.Triangle.prototype.containsPoint ( point )

module three.Triangle.prototype.copy

function three.Triangle.prototype.copy ( triangle )

module three.Triangle.prototype.equals

function three.Triangle.prototype.equals ( triangle )

module three.Triangle.prototype.midpoint

function three.Triangle.prototype.midpoint ( optionalTarget )

module three.Triangle.prototype.normal

function three.Triangle.prototype.normal ( optionalTarget )

module three.Triangle.prototype.plane

function three.Triangle.prototype.plane ( optionalTarget )

module three.Triangle.prototype.set

function three.Triangle.prototype.set ( a, b, c )

module three.Triangle.prototype.setFromPointsAndIndices

function three.Triangle.prototype.setFromPointsAndIndices ( points, i0, i1, i2 )

module three.TubeBufferGeometry

function three.TubeBufferGeometry ( path, tubularSegments, radius, radialSegments, closed )

module three.TubeBufferGeometry.prototype

function three.TubeBufferGeometry.prototype.constructor ( path, tubularSegments, radius, radialSegments, closed )

module three.TubeGeometry

function three.TubeGeometry ( path, tubularSegments, radius, radialSegments, closed, taper )

module three.TubeGeometry.prototype

function three.TubeGeometry.prototype.constructor ( path, tubularSegments, radius, radialSegments, closed, taper )

module three.Uint16Attribute

function three.Uint16Attribute ( array, itemSize )

module three.Uint16BufferAttribute

function three.Uint16BufferAttribute ( array, itemSize )

module three.Uint16BufferAttribute.prototype

function three.Uint16BufferAttribute.prototype.constructor ( array, itemSize )

module three.Uint32Attribute

function three.Uint32Attribute ( array, itemSize )

module three.Uint32BufferAttribute

function three.Uint32BufferAttribute ( array, itemSize )

module three.Uint32BufferAttribute.prototype

function three.Uint32BufferAttribute.prototype.constructor ( array, itemSize )

module three.Uint8Attribute

function three.Uint8Attribute ( array, itemSize )

module three.Uint8BufferAttribute

function three.Uint8BufferAttribute ( array, itemSize )

module three.Uint8BufferAttribute.prototype

function three.Uint8BufferAttribute.prototype.constructor ( array, itemSize )

module three.Uint8ClampedAttribute

function three.Uint8ClampedAttribute ( array, itemSize )

module three.Uint8ClampedBufferAttribute

function three.Uint8ClampedBufferAttribute ( array, itemSize )

module three.Uint8ClampedBufferAttribute.prototype

function three.Uint8ClampedBufferAttribute.prototype.constructor ( array, itemSize )

module three.Uniform

function three.Uniform ( value )

module three.Uniform.prototype

function three.Uniform.prototype.clone ()

module three.Uniform.prototype.clone

function three.Uniform.prototype.clone ()

module three.UniformsUtils

function three.UniformsUtils.clone ( uniforms_src )

function three.UniformsUtils.merge ( uniforms )

module three.UniformsUtils.clone

function three.UniformsUtils.clone ( uniforms_src )

module three.UniformsUtils.merge

function three.UniformsUtils.merge ( uniforms )

module three.Vector2

function three.Vector2 ( x, y )

module three.Vector2.prototype

function three.Vector2.prototype.add ( v, w )

function three.Vector2.prototype.addScalar ( s )

function three.Vector2.prototype.addScaledVector ( v, s )

function three.Vector2.prototype.addVectors ( a, b )

function three.Vector2.prototype.angle ()

function three.Vector2.prototype.ceil ()

function three.Vector2.prototype.clamp ( min, max )

function three.Vector2.prototype.clampLength ( min, max )

function three.Vector2.prototype.clampScalar ( minVal, maxVal )

function three.Vector2.prototype.clone ()

function three.Vector2.prototype.constructor ( x, y )

function three.Vector2.prototype.copy ( v )

function three.Vector2.prototype.distanceTo ( v )

function three.Vector2.prototype.distanceToManhattan ( v )

function three.Vector2.prototype.distanceToSquared ( v )

function three.Vector2.prototype.divide ( v )

function three.Vector2.prototype.divideScalar ( scalar )

function three.Vector2.prototype.dot ( v )

function three.Vector2.prototype.equals ( v )

function three.Vector2.prototype.floor ()

function three.Vector2.prototype.fromArray ( array, offset )

function three.Vector2.prototype.fromAttribute ( attribute, index, offset )

function three.Vector2.prototype.fromBufferAttribute ( attribute, index, offset )

function three.Vector2.prototype.getComponent ( index )

function three.Vector2.prototype.length ()

function three.Vector2.prototype.lengthManhattan ()

function three.Vector2.prototype.lengthSq ()

function three.Vector2.prototype.lerp ( v, alpha )

function three.Vector2.prototype.lerpVectors ( v1, v2, alpha )

function three.Vector2.prototype.max ( v )

function three.Vector2.prototype.min ( v )

function three.Vector2.prototype.multiply ( v )

function three.Vector2.prototype.multiplyScalar ( scalar )

function three.Vector2.prototype.negate ()

function three.Vector2.prototype.normalize ()

function three.Vector2.prototype.rotateAround ( center, angle )

function three.Vector2.prototype.round ()

function three.Vector2.prototype.roundToZero ()

function three.Vector2.prototype.set ( x, y )

function three.Vector2.prototype.setComponent ( index, value )

function three.Vector2.prototype.setLength ( length )

function three.Vector2.prototype.setScalar ( scalar )

function three.Vector2.prototype.setX ( x )

function three.Vector2.prototype.setY ( y )

function three.Vector2.prototype.sub ( v, w )

function three.Vector2.prototype.subScalar ( s )

function three.Vector2.prototype.subVectors ( a, b )

function three.Vector2.prototype.toArray ( array, offset )

module three.Vector2.prototype.add

function three.Vector2.prototype.add ( v, w )

module three.Vector2.prototype.addScalar

function three.Vector2.prototype.addScalar ( s )

module three.Vector2.prototype.addScaledVector

function three.Vector2.prototype.addScaledVector ( v, s )

module three.Vector2.prototype.addVectors

function three.Vector2.prototype.addVectors ( a, b )

module three.Vector2.prototype.angle

function three.Vector2.prototype.angle ()

module three.Vector2.prototype.ceil

function three.Vector2.prototype.ceil ()

module three.Vector2.prototype.clamp

function three.Vector2.prototype.clamp ( min, max )

module three.Vector2.prototype.clampLength

function three.Vector2.prototype.clampLength ( min, max )

module three.Vector2.prototype.clampScalar

function three.Vector2.prototype.clampScalar ( minVal, maxVal )

module three.Vector2.prototype.clone

function three.Vector2.prototype.clone ()

module three.Vector2.prototype.copy

function three.Vector2.prototype.copy ( v )

module three.Vector2.prototype.distanceTo

function three.Vector2.prototype.distanceTo ( v )

module three.Vector2.prototype.distanceToManhattan

function three.Vector2.prototype.distanceToManhattan ( v )

module three.Vector2.prototype.distanceToSquared

function three.Vector2.prototype.distanceToSquared ( v )

module three.Vector2.prototype.divide

function three.Vector2.prototype.divide ( v )

module three.Vector2.prototype.divideScalar

function three.Vector2.prototype.divideScalar ( scalar )

module three.Vector2.prototype.dot

function three.Vector2.prototype.dot ( v )

module three.Vector2.prototype.equals

function three.Vector2.prototype.equals ( v )

module three.Vector2.prototype.floor

function three.Vector2.prototype.floor ()

module three.Vector2.prototype.fromArray

function three.Vector2.prototype.fromArray ( array, offset )

module three.Vector2.prototype.fromAttribute

function three.Vector2.prototype.fromAttribute ( attribute, index, offset )

module three.Vector2.prototype.fromBufferAttribute

function three.Vector2.prototype.fromBufferAttribute ( attribute, index, offset )

module three.Vector2.prototype.getComponent

function three.Vector2.prototype.getComponent ( index )

module three.Vector2.prototype.length

module three.Vector2.prototype.lengthManhattan

function three.Vector2.prototype.lengthManhattan ()

module three.Vector2.prototype.lengthSq

function three.Vector2.prototype.lengthSq ()

module three.Vector2.prototype.lerp

function three.Vector2.prototype.lerp ( v, alpha )

module three.Vector2.prototype.lerpVectors

function three.Vector2.prototype.lerpVectors ( v1, v2, alpha )

module three.Vector2.prototype.max

function three.Vector2.prototype.max ( v )

module three.Vector2.prototype.min

function three.Vector2.prototype.min ( v )

module three.Vector2.prototype.multiply

function three.Vector2.prototype.multiply ( v )

module three.Vector2.prototype.multiplyScalar

function three.Vector2.prototype.multiplyScalar ( scalar )

module three.Vector2.prototype.negate

function three.Vector2.prototype.negate ()

module three.Vector2.prototype.normalize

function three.Vector2.prototype.normalize ()

module three.Vector2.prototype.rotateAround

function three.Vector2.prototype.rotateAround ( center, angle )

module three.Vector2.prototype.round

function three.Vector2.prototype.round ()

module three.Vector2.prototype.roundToZero

function three.Vector2.prototype.roundToZero ()

module three.Vector2.prototype.set

function three.Vector2.prototype.set ( x, y )

module three.Vector2.prototype.setComponent

function three.Vector2.prototype.setComponent ( index, value )

module three.Vector2.prototype.setLength

function three.Vector2.prototype.setLength ( length )

module three.Vector2.prototype.setScalar

function three.Vector2.prototype.setScalar ( scalar )

module three.Vector2.prototype.setX

function three.Vector2.prototype.setX ( x )

module three.Vector2.prototype.setY

function three.Vector2.prototype.setY ( y )

module three.Vector2.prototype.sub

function three.Vector2.prototype.sub ( v, w )

module three.Vector2.prototype.subScalar

function three.Vector2.prototype.subScalar ( s )

module three.Vector2.prototype.subVectors

function three.Vector2.prototype.subVectors ( a, b )

module three.Vector2.prototype.toArray

function three.Vector2.prototype.toArray ( array, offset )

module three.Vector3

function three.Vector3 ( x, y, z )

module three.Vector3.prototype

function three.Vector3.prototype.add ( v, w )

function three.Vector3.prototype.addScalar ( s )

function three.Vector3.prototype.addScaledVector ( v, s )

function three.Vector3.prototype.addVectors ( a, b )

function three.Vector3.prototype.angleTo ( v )

function three.Vector3.prototype.applyAxisAngle ( axis, angle )

function three.Vector3.prototype.applyEuler ( euler )

function three.Vector3.prototype.applyMatrix3 ( m )

function three.Vector3.prototype.applyMatrix4 ( m )

function three.Vector3.prototype.applyProjection ( m )

function three.Vector3.prototype.applyQuaternion ( q )

function three.Vector3.prototype.ceil ()

function three.Vector3.prototype.clamp ( min, max )

function three.Vector3.prototype.clampLength ( min, max )

function three.Vector3.prototype.clampScalar ( minVal, maxVal )

function three.Vector3.prototype.clone ()

function three.Vector3.prototype.constructor ( x, y, z )

function three.Vector3.prototype.copy ( v )

function three.Vector3.prototype.cross ( v, w )

function three.Vector3.prototype.crossVectors ( a, b )

function three.Vector3.prototype.distanceTo ( v )

function three.Vector3.prototype.distanceToManhattan ( v )

function three.Vector3.prototype.distanceToSquared ( v )

function three.Vector3.prototype.divide ( v )

function three.Vector3.prototype.divideScalar ( scalar )

function three.Vector3.prototype.dot ( v )

function three.Vector3.prototype.equals ( v )

function three.Vector3.prototype.floor ()

function three.Vector3.prototype.fromArray ( array, offset )

function three.Vector3.prototype.fromAttribute ( attribute, index, offset )

function three.Vector3.prototype.fromBufferAttribute ( attribute, index, offset )

function three.Vector3.prototype.getColumnFromMatrix ( index, matrix )

function three.Vector3.prototype.getComponent ( index )

function three.Vector3.prototype.getPositionFromMatrix ( m )

function three.Vector3.prototype.getScaleFromMatrix ( m )

function three.Vector3.prototype.length ()

function three.Vector3.prototype.lengthManhattan ()

function three.Vector3.prototype.lengthSq ()

function three.Vector3.prototype.lerp ( v, alpha )

function three.Vector3.prototype.lerpVectors ( v1, v2, alpha )

function three.Vector3.prototype.max ( v )

function three.Vector3.prototype.min ( v )

function three.Vector3.prototype.multiply ( v, w )

function three.Vector3.prototype.multiplyScalar ( scalar )

function three.Vector3.prototype.multiplyVectors ( a, b )

function three.Vector3.prototype.negate ()

function three.Vector3.prototype.normalize ()

function three.Vector3.prototype.project ( camera )

function three.Vector3.prototype.projectOnPlane ( planeNormal )

function three.Vector3.prototype.projectOnVector ( vector )

function three.Vector3.prototype.reflect ( normal )

function three.Vector3.prototype.round ()

function three.Vector3.prototype.roundToZero ()

function three.Vector3.prototype.set ( x, y, z )

function three.Vector3.prototype.setComponent ( index, value )

function three.Vector3.prototype.setEulerFromQuaternion ()

function three.Vector3.prototype.setEulerFromRotationMatrix ()

function three.Vector3.prototype.setFromCylindrical ( c )

function three.Vector3.prototype.setFromMatrixColumn ( m, index )

function three.Vector3.prototype.setFromMatrixPosition ( m )

function three.Vector3.prototype.setFromMatrixScale ( m )

function three.Vector3.prototype.setFromSpherical ( s )

function three.Vector3.prototype.setLength ( length )

function three.Vector3.prototype.setScalar ( scalar )

function three.Vector3.prototype.setX ( x )

function three.Vector3.prototype.setY ( y )

function three.Vector3.prototype.setZ ( z )

function three.Vector3.prototype.sub ( v, w )

function three.Vector3.prototype.subScalar ( s )

function three.Vector3.prototype.subVectors ( a, b )

function three.Vector3.prototype.toArray ( array, offset )

function three.Vector3.prototype.transformDirection ( m )

function three.Vector3.prototype.unproject ( camera )

module three.Vector3.prototype.add

function three.Vector3.prototype.add ( v, w )

module three.Vector3.prototype.addScalar

function three.Vector3.prototype.addScalar ( s )

module three.Vector3.prototype.addScaledVector

function three.Vector3.prototype.addScaledVector ( v, s )

module three.Vector3.prototype.addVectors

function three.Vector3.prototype.addVectors ( a, b )

module three.Vector3.prototype.angleTo

function three.Vector3.prototype.angleTo ( v )

module three.Vector3.prototype.applyAxisAngle

function three.Vector3.prototype.applyAxisAngle ( axis, angle )

module three.Vector3.prototype.applyEuler

function three.Vector3.prototype.applyEuler ( euler )

module three.Vector3.prototype.applyMatrix3

function three.Vector3.prototype.applyMatrix3 ( m )

module three.Vector3.prototype.applyMatrix4

function three.Vector3.prototype.applyMatrix4 ( m )

module three.Vector3.prototype.applyProjection

function three.Vector3.prototype.applyProjection ( m )

module three.Vector3.prototype.applyQuaternion

function three.Vector3.prototype.applyQuaternion ( q )

module three.Vector3.prototype.ceil

function three.Vector3.prototype.ceil ()

module three.Vector3.prototype.clamp

function three.Vector3.prototype.clamp ( min, max )

module three.Vector3.prototype.clampLength

function three.Vector3.prototype.clampLength ( min, max )

module three.Vector3.prototype.clampScalar

function three.Vector3.prototype.clampScalar ( minVal, maxVal )

module three.Vector3.prototype.clone

function three.Vector3.prototype.clone ()

module three.Vector3.prototype.copy

function three.Vector3.prototype.copy ( v )

module three.Vector3.prototype.cross

function three.Vector3.prototype.cross ( v, w )

module three.Vector3.prototype.crossVectors

function three.Vector3.prototype.crossVectors ( a, b )

module three.Vector3.prototype.distanceTo

function three.Vector3.prototype.distanceTo ( v )

module three.Vector3.prototype.distanceToManhattan

function three.Vector3.prototype.distanceToManhattan ( v )

module three.Vector3.prototype.distanceToSquared

function three.Vector3.prototype.distanceToSquared ( v )

module three.Vector3.prototype.divide

function three.Vector3.prototype.divide ( v )

module three.Vector3.prototype.divideScalar

function three.Vector3.prototype.divideScalar ( scalar )

module three.Vector3.prototype.dot

function three.Vector3.prototype.dot ( v )

module three.Vector3.prototype.equals

function three.Vector3.prototype.equals ( v )

module three.Vector3.prototype.floor

function three.Vector3.prototype.floor ()

module three.Vector3.prototype.fromArray

function three.Vector3.prototype.fromArray ( array, offset )

module three.Vector3.prototype.fromAttribute

function three.Vector3.prototype.fromAttribute ( attribute, index, offset )

module three.Vector3.prototype.fromBufferAttribute

function three.Vector3.prototype.fromBufferAttribute ( attribute, index, offset )

module three.Vector3.prototype.getColumnFromMatrix

function three.Vector3.prototype.getColumnFromMatrix ( index, matrix )

module three.Vector3.prototype.getComponent

function three.Vector3.prototype.getComponent ( index )

module three.Vector3.prototype.getPositionFromMatrix

function three.Vector3.prototype.getPositionFromMatrix ( m )

module three.Vector3.prototype.getScaleFromMatrix

function three.Vector3.prototype.getScaleFromMatrix ( m )

module three.Vector3.prototype.length

module three.Vector3.prototype.lengthManhattan

function three.Vector3.prototype.lengthManhattan ()

module three.Vector3.prototype.lengthSq

function three.Vector3.prototype.lengthSq ()

module three.Vector3.prototype.lerp

function three.Vector3.prototype.lerp ( v, alpha )

module three.Vector3.prototype.lerpVectors

function three.Vector3.prototype.lerpVectors ( v1, v2, alpha )

module three.Vector3.prototype.max

function three.Vector3.prototype.max ( v )

module three.Vector3.prototype.min

function three.Vector3.prototype.min ( v )

module three.Vector3.prototype.multiply

function three.Vector3.prototype.multiply ( v, w )

module three.Vector3.prototype.multiplyScalar

function three.Vector3.prototype.multiplyScalar ( scalar )

module three.Vector3.prototype.multiplyVectors

function three.Vector3.prototype.multiplyVectors ( a, b )

module three.Vector3.prototype.negate

function three.Vector3.prototype.negate ()

module three.Vector3.prototype.normalize

function three.Vector3.prototype.normalize ()

module three.Vector3.prototype.project

function three.Vector3.prototype.project ( camera )

module three.Vector3.prototype.projectOnPlane

function three.Vector3.prototype.projectOnPlane ( planeNormal )

module three.Vector3.prototype.projectOnVector

function three.Vector3.prototype.projectOnVector ( vector )

module three.Vector3.prototype.reflect

function three.Vector3.prototype.reflect ( normal )

module three.Vector3.prototype.round

function three.Vector3.prototype.round ()

module three.Vector3.prototype.roundToZero

function three.Vector3.prototype.roundToZero ()

module three.Vector3.prototype.set

function three.Vector3.prototype.set ( x, y, z )

module three.Vector3.prototype.setComponent

function three.Vector3.prototype.setComponent ( index, value )

module three.Vector3.prototype.setEulerFromQuaternion

function three.Vector3.prototype.setEulerFromQuaternion ()

module three.Vector3.prototype.setEulerFromRotationMatrix

function three.Vector3.prototype.setEulerFromRotationMatrix ()

module three.Vector3.prototype.setFromCylindrical

function three.Vector3.prototype.setFromCylindrical ( c )

module three.Vector3.prototype.setFromMatrixColumn

function three.Vector3.prototype.setFromMatrixColumn ( m, index )

module three.Vector3.prototype.setFromMatrixPosition

function three.Vector3.prototype.setFromMatrixPosition ( m )

module three.Vector3.prototype.setFromMatrixScale

function three.Vector3.prototype.setFromMatrixScale ( m )

module three.Vector3.prototype.setFromSpherical

function three.Vector3.prototype.setFromSpherical ( s )

module three.Vector3.prototype.setLength

function three.Vector3.prototype.setLength ( length )

module three.Vector3.prototype.setScalar

function three.Vector3.prototype.setScalar ( scalar )

module three.Vector3.prototype.setX

function three.Vector3.prototype.setX ( x )

module three.Vector3.prototype.setY

function three.Vector3.prototype.setY ( y )

module three.Vector3.prototype.setZ

function three.Vector3.prototype.setZ ( z )

module three.Vector3.prototype.sub

function three.Vector3.prototype.sub ( v, w )

module three.Vector3.prototype.subScalar

function three.Vector3.prototype.subScalar ( s )

module three.Vector3.prototype.subVectors

function three.Vector3.prototype.subVectors ( a, b )

module three.Vector3.prototype.toArray

function three.Vector3.prototype.toArray ( array, offset )

module three.Vector3.prototype.transformDirection

function three.Vector3.prototype.transformDirection ( m )

module three.Vector3.prototype.unproject

function three.Vector3.prototype.unproject ( camera )

module three.Vector4

function three.Vector4 ( x, y, z, w )

module three.Vector4.prototype

function three.Vector4.prototype.add ( v, w )

function three.Vector4.prototype.addScalar ( s )

function three.Vector4.prototype.addScaledVector ( v, s )

function three.Vector4.prototype.addVectors ( a, b )

function three.Vector4.prototype.applyMatrix4 ( m )

function three.Vector4.prototype.ceil ()

function three.Vector4.prototype.clamp ( min, max )

function three.Vector4.prototype.clampScalar ( minVal, maxVal )

function three.Vector4.prototype.clone ()

function three.Vector4.prototype.constructor ( x, y, z, w )

function three.Vector4.prototype.copy ( v )

function three.Vector4.prototype.divideScalar ( scalar )

function three.Vector4.prototype.dot ( v )

function three.Vector4.prototype.equals ( v )

function three.Vector4.prototype.floor ()

function three.Vector4.prototype.fromArray ( array, offset )

function three.Vector4.prototype.fromAttribute ( attribute, index, offset )

function three.Vector4.prototype.fromBufferAttribute ( attribute, index, offset )

function three.Vector4.prototype.getComponent ( index )

function three.Vector4.prototype.length ()

function three.Vector4.prototype.lengthManhattan ()

function three.Vector4.prototype.lengthSq ()

function three.Vector4.prototype.lerp ( v, alpha )

function three.Vector4.prototype.lerpVectors ( v1, v2, alpha )

function three.Vector4.prototype.max ( v )

function three.Vector4.prototype.min ( v )

function three.Vector4.prototype.multiplyScalar ( scalar )

function three.Vector4.prototype.negate ()

function three.Vector4.prototype.normalize ()

function three.Vector4.prototype.round ()

function three.Vector4.prototype.roundToZero ()

function three.Vector4.prototype.set ( x, y, z, w )

function three.Vector4.prototype.setAxisAngleFromQuaternion ( q )

function three.Vector4.prototype.setAxisAngleFromRotationMatrix ( m )

function three.Vector4.prototype.setComponent ( index, value )

function three.Vector4.prototype.setLength ( length )

function three.Vector4.prototype.setScalar ( scalar )

function three.Vector4.prototype.setW ( w )

function three.Vector4.prototype.setX ( x )

function three.Vector4.prototype.setY ( y )

function three.Vector4.prototype.setZ ( z )

function three.Vector4.prototype.sub ( v, w )

function three.Vector4.prototype.subScalar ( s )

function three.Vector4.prototype.subVectors ( a, b )

function three.Vector4.prototype.toArray ( array, offset )

module three.Vector4.prototype.add

function three.Vector4.prototype.add ( v, w )

module three.Vector4.prototype.addScalar

function three.Vector4.prototype.addScalar ( s )

module three.Vector4.prototype.addScaledVector

function three.Vector4.prototype.addScaledVector ( v, s )

module three.Vector4.prototype.addVectors

function three.Vector4.prototype.addVectors ( a, b )

module three.Vector4.prototype.applyMatrix4

function three.Vector4.prototype.applyMatrix4 ( m )

module three.Vector4.prototype.ceil

function three.Vector4.prototype.ceil ()

module three.Vector4.prototype.clamp

function three.Vector4.prototype.clamp ( min, max )

module three.Vector4.prototype.clampScalar

function three.Vector4.prototype.clampScalar ( minVal, maxVal )

module three.Vector4.prototype.clone

function three.Vector4.prototype.clone ()

module three.Vector4.prototype.copy

function three.Vector4.prototype.copy ( v )

module three.Vector4.prototype.divideScalar

function three.Vector4.prototype.divideScalar ( scalar )

module three.Vector4.prototype.dot

function three.Vector4.prototype.dot ( v )

module three.Vector4.prototype.equals

function three.Vector4.prototype.equals ( v )

module three.Vector4.prototype.floor

function three.Vector4.prototype.floor ()

module three.Vector4.prototype.fromArray

function three.Vector4.prototype.fromArray ( array, offset )

module three.Vector4.prototype.fromAttribute

function three.Vector4.prototype.fromAttribute ( attribute, index, offset )

module three.Vector4.prototype.fromBufferAttribute

function three.Vector4.prototype.fromBufferAttribute ( attribute, index, offset )

module three.Vector4.prototype.getComponent

function three.Vector4.prototype.getComponent ( index )

module three.Vector4.prototype.length

module three.Vector4.prototype.lengthManhattan

function three.Vector4.prototype.lengthManhattan ()

module three.Vector4.prototype.lengthSq

function three.Vector4.prototype.lengthSq ()

module three.Vector4.prototype.lerp

function three.Vector4.prototype.lerp ( v, alpha )

module three.Vector4.prototype.lerpVectors

function three.Vector4.prototype.lerpVectors ( v1, v2, alpha )

module three.Vector4.prototype.max

function three.Vector4.prototype.max ( v )

module three.Vector4.prototype.min

function three.Vector4.prototype.min ( v )

module three.Vector4.prototype.multiplyScalar

function three.Vector4.prototype.multiplyScalar ( scalar )

module three.Vector4.prototype.negate

function three.Vector4.prototype.negate ()

module three.Vector4.prototype.normalize

function three.Vector4.prototype.normalize ()

module three.Vector4.prototype.round

function three.Vector4.prototype.round ()

module three.Vector4.prototype.roundToZero

function three.Vector4.prototype.roundToZero ()

module three.Vector4.prototype.set

function three.Vector4.prototype.set ( x, y, z, w )

module three.Vector4.prototype.setAxisAngleFromQuaternion

function three.Vector4.prototype.setAxisAngleFromQuaternion ( q )

module three.Vector4.prototype.setAxisAngleFromRotationMatrix

function three.Vector4.prototype.setAxisAngleFromRotationMatrix ( m )

module three.Vector4.prototype.setComponent

function three.Vector4.prototype.setComponent ( index, value )

module three.Vector4.prototype.setLength

function three.Vector4.prototype.setLength ( length )

module three.Vector4.prototype.setScalar

function three.Vector4.prototype.setScalar ( scalar )

module three.Vector4.prototype.setW

function three.Vector4.prototype.setW ( w )

module three.Vector4.prototype.setX

function three.Vector4.prototype.setX ( x )

module three.Vector4.prototype.setY

function three.Vector4.prototype.setY ( y )

module three.Vector4.prototype.setZ

function three.Vector4.prototype.setZ ( z )

module three.Vector4.prototype.sub

function three.Vector4.prototype.sub ( v, w )

module three.Vector4.prototype.subScalar

function three.Vector4.prototype.subScalar ( s )

module three.Vector4.prototype.subVectors

function three.Vector4.prototype.subVectors ( a, b )

module three.Vector4.prototype.toArray

function three.Vector4.prototype.toArray ( array, offset )

module three.VectorKeyframeTrack

function three.VectorKeyframeTrack ( name, times, values, interpolation )

module three.VectorKeyframeTrack.prototype

function three.VectorKeyframeTrack.prototype.constructor ( name, times, values, interpolation )

module three.Vertex

function three.Vertex ( x, y, z )

module three.VertexNormalsHelper

function three.VertexNormalsHelper ( object, size, hex, linewidth )

module three.VertexNormalsHelper.prototype

function three.VertexNormalsHelper.prototype.constructor ( object, size, hex, linewidth )

function three.VertexNormalsHelper.prototype.update ()

module three.VertexNormalsHelper.prototype.update

function three.VertexNormalsHelper.prototype.update ()

module three.VideoTexture

function three.VideoTexture ( video, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy )

module three.VideoTexture.prototype

function three.VideoTexture.prototype.constructor ( video, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy )

module three.WebGLRenderTarget

function three.WebGLRenderTarget ( width, height, options )

module three.WebGLRenderTarget.prototype

function three.WebGLRenderTarget.prototype.addEventListener ( type, listener )

function three.WebGLRenderTarget.prototype.clone ()

function three.WebGLRenderTarget.prototype.constructor ( width, height, options )

function three.WebGLRenderTarget.prototype.copy ( source )

function three.WebGLRenderTarget.prototype.dispatchEvent ( event )

function three.WebGLRenderTarget.prototype.dispose ()

function three.WebGLRenderTarget.prototype.hasEventListener ( type, listener )

function three.WebGLRenderTarget.prototype.removeEventListener ( type, listener )

function three.WebGLRenderTarget.prototype.setSize ( width, height )

module three.WebGLRenderTarget.prototype.clone

function three.WebGLRenderTarget.prototype.clone ()

module three.WebGLRenderTarget.prototype.copy

function three.WebGLRenderTarget.prototype.copy ( source )

module three.WebGLRenderTarget.prototype.dispose

function three.WebGLRenderTarget.prototype.dispose ()

module three.WebGLRenderTarget.prototype.setSize

function three.WebGLRenderTarget.prototype.setSize ( width, height )

module three.WebGLRenderTargetCube

function three.WebGLRenderTargetCube ( width, height, options )

module three.WebGLRenderTargetCube.prototype

function three.WebGLRenderTargetCube.prototype.constructor ( width, height, options )

module three.WebGLRenderer

function three.WebGLRenderer ( parameters )

module three.WebGLRenderer.prototype

function three.WebGLRenderer.prototype.addPostPlugin ()

function three.WebGLRenderer.prototype.addPrePlugin ()

function three.WebGLRenderer.prototype.enableScissorTest ( boolean )

function three.WebGLRenderer.prototype.initMaterial ()

function three.WebGLRenderer.prototype.supportsBlendMinMax ()

function three.WebGLRenderer.prototype.supportsCompressedTexturePVRTC ()

function three.WebGLRenderer.prototype.supportsCompressedTextureS3TC ()

function three.WebGLRenderer.prototype.supportsFloatTextures ()

function three.WebGLRenderer.prototype.supportsHalfFloatTextures ()

function three.WebGLRenderer.prototype.supportsInstancedArrays ()

function three.WebGLRenderer.prototype.supportsStandardDerivatives ()

function three.WebGLRenderer.prototype.supportsVertexTextures ()

function three.WebGLRenderer.prototype.updateShadowMap ()

module three.WebGLRenderer.prototype.addPostPlugin

function three.WebGLRenderer.prototype.addPostPlugin ()

module three.WebGLRenderer.prototype.addPrePlugin

function three.WebGLRenderer.prototype.addPrePlugin ()

module three.WebGLRenderer.prototype.enableScissorTest

function three.WebGLRenderer.prototype.enableScissorTest ( boolean )

module three.WebGLRenderer.prototype.initMaterial

function three.WebGLRenderer.prototype.initMaterial ()

module three.WebGLRenderer.prototype.supportsBlendMinMax

function three.WebGLRenderer.prototype.supportsBlendMinMax ()

module three.WebGLRenderer.prototype.supportsCompressedTexturePVRTC

function three.WebGLRenderer.prototype.supportsCompressedTexturePVRTC ()

module three.WebGLRenderer.prototype.supportsCompressedTextureS3TC

function three.WebGLRenderer.prototype.supportsCompressedTextureS3TC ()

module three.WebGLRenderer.prototype.supportsFloatTextures

function three.WebGLRenderer.prototype.supportsFloatTextures ()

module three.WebGLRenderer.prototype.supportsHalfFloatTextures

function three.WebGLRenderer.prototype.supportsHalfFloatTextures ()

module three.WebGLRenderer.prototype.supportsInstancedArrays

function three.WebGLRenderer.prototype.supportsInstancedArrays ()

module three.WebGLRenderer.prototype.supportsStandardDerivatives

function three.WebGLRenderer.prototype.supportsStandardDerivatives ()

module three.WebGLRenderer.prototype.supportsVertexTextures

function three.WebGLRenderer.prototype.supportsVertexTextures ()

module three.WebGLRenderer.prototype.updateShadowMap

function three.WebGLRenderer.prototype.updateShadowMap ()

module three.WireframeGeometry

function three.WireframeGeometry ( geometry )

module three.WireframeGeometry.prototype

function three.WireframeGeometry.prototype.constructor ( geometry )

module three.WireframeHelper

function three.WireframeHelper ( object, hex )

module three.XHRLoader

function three.XHRLoader ( manager )

[ this document was created with utility2 ]